Skip to content

Commit

Permalink
Workflows: fix deprecated github api
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarsnik committed Oct 28, 2024
1 parent 26627a0 commit 9a3c0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
7z a "QUsb2Snes.7z" QUsb2Snes
-
name: Upload 7zip
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: QUsb2Snes.7z
path: QUsb2Snes.7z
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
7z a "QUsb2Snes.7z" QUsb2Snes
-
name: Upload 7zip
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: QUsb2Snes.7z
path: QUsb2Snes.7z
Expand Down

0 comments on commit 9a3c0e7

Please sign in to comment.