Skip to content

Commit

Permalink
Upgrade upload-artifact version request
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Sep 7, 2024
1 parent 1333454 commit 91c3480
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
cd ..
- name: Archive AppImage files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linux-latest-appimage
path: Scripts/*.AppImage
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
cd ..
- name: Archive .DMG files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: macos-latest-dmg
path: Scripts/*.dmg
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
cd ..
- name: Archive .ZIP files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: windows-latest-zip
path: Scripts/SigDigger-*.zip
2 changes: 1 addition & 1 deletion .github/workflows/ci-linuxonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cd ..
- name: Archive AppImage files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linux-latest-appimage
path: Scripts/*.AppImage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-nowindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cd ..
- name: Archive AppImage files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linux-latest-appimage
path: Scripts/*.AppImage
Expand All @@ -64,7 +64,7 @@ jobs:
cd ..
- name: Archive .DMG files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: macos-latest-dmg
path: Scripts/*.dmg
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cd ..
- name: Archive AppImage files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linux-latest-appimage
path: Scripts/*.AppImage
Expand All @@ -64,7 +64,7 @@ jobs:
cd ..
- name: Archive .DMG files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: macos-latest-dmg
path: Scripts/*.dmg
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
cd ..
- name: Archive .ZIP files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: windows-latest-zip
path: Scripts/SigDigger-*.zip
2 changes: 1 addition & 1 deletion .github/workflows/develop-release-amateurdsn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cd ..
- name: Archive AppImage files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linux-latest-appimage
path: Scripts/*.AppImage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop-release-linuxonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cd ..
- name: Archive AppImage files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linux-latest-appimage
path: Scripts/*.AppImage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/develop-release-nowindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cd ..
- name: Archive AppImage files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linux-latest-appimage
path: Scripts/*.AppImage
Expand All @@ -59,7 +59,7 @@ jobs:
cd ..
- name: Archive .DMG files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: macos-latest-dmg
path: Scripts/*.dmg
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/develop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cd ..
- name: Archive AppImage files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linux-latest-appimage
path: Scripts/*.AppImage
Expand All @@ -55,7 +55,7 @@ jobs:
cd ..
- name: Archive .DMG files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: macos-latest-dmg
path: Scripts/*.dmg
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
cd ..
- name: Archive .ZIP files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: windows-latest-zip
path: Scripts/SigDigger-*.zip
Expand Down

0 comments on commit 91c3480

Please sign in to comment.