Skip to content

Commit

Permalink
set workflow version to v4, no idea what I'm doing :D
Browse files Browse the repository at this point in the history
  • Loading branch information
coornio committed Sep 21, 2024
1 parent cef67f1 commit ca7413e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: GH Release 🚀
# You may pin to the exact commit or the version.
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: LinuxRelease
path: build/bin
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: GH Release 🚀
# You may pin to the exact commit or the version.
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: LinuxRelease
path: build/bin

0 comments on commit ca7413e

Please sign in to comment.