Skip to content

Commit

Permalink
CI: bump versions of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Jan 14, 2024
1 parent 8262ded commit 1673de9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"steps" : [
{
"name" : "Checkout repository",
"uses" : "actions/checkout@v2",
"uses" : "actions/checkout@v3",
"with" : {
"submodules" : "recursive"
}
Expand Down Expand Up @@ -111,7 +111,7 @@
},
{
"name" : "Upload artifact",
"uses" : "actions/upload-artifact@master",
"uses" : "actions/upload-artifact@v4",
"with" : {
"name" : "binary-win32-${{ matrix.platform.target-arch }}-${{ matrix.platform.compiler }}",
"path" : "**/**.${{ matrix.platform.target-arch }}.${{ matrix.platform.compiler }}.7z"
Expand All @@ -129,7 +129,7 @@
"steps" : [
{
"name" : "Download all artifacts",
"uses" : "actions/download-artifact@v3"
"uses" : "actions/download-artifact@v4"
},
{
"name" : "Create release",
Expand Down

0 comments on commit 1673de9

Please sign in to comment.