Skip to content

Commit

Permalink
change: Bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Feb 24, 2024
1 parent 3e32c98 commit 1208a4a
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 @@ -87,7 +87,7 @@
"steps" : [
{
"name" : "Checkout repository",
"uses" : "actions/checkout@v3",
"uses" : "actions/checkout@v4",
"with" : {
"submodules" : "recursive"
}
Expand All @@ -113,7 +113,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 @@ -131,7 +131,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 1208a4a

Please sign in to comment.