Skip to content

Commit 9a3c0e7

Browse files
committed
Workflows: fix deprecated github api
1 parent 26627a0 commit 9a3c0e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
7z a "QUsb2Snes.7z" QUsb2Snes
102102
-
103103
name: Upload 7zip
104-
uses: actions/upload-artifact@v2
104+
uses: actions/upload-artifact@v4
105105
with:
106106
name: QUsb2Snes.7z
107107
path: QUsb2Snes.7z

.github/workflows/windows_qt5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
7z a "QUsb2Snes.7z" QUsb2Snes
9292
-
9393
name: Upload 7zip
94-
uses: actions/upload-artifact@v2
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: QUsb2Snes.7z
9797
path: QUsb2Snes.7z

0 commit comments

Comments
 (0)