Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and andy5995 committed Oct 8, 2024
1 parent 8df34a8 commit 3d1fb09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Create MegaGlest Snapshot
if: ${{ github.ref == 'refs/heads/develop' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: megaglest-x64-windows
retention-days: 1
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Create MegaGlest Snapshot
if: ${{ github.ref == 'refs/heads/develop' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: megaglest-x64-macos
retention-days: 1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
tar cfJ megaglest-$VERSION-x64-appimage.tar.xz *.AppImage g2xml-* xml2g-*
- name: Create MegaGlest Snapshot
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: megaglest-x64-ubuntu
retention-days: 1
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
unzip megaglest-x64-macos.zip
rm megaglest-x64-macos.zip
- name: Create MegaGlest MacOS Snapshot
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: megaglest-x64-macos
retention-days: 1
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
unzip megaglest-x64-windows.zip
rm megaglest-x64-windows.zip
- name: Create MegaGlest Windows Snapshot
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: megaglest-x64-windows
retention-days: 1
Expand Down

0 comments on commit 3d1fb09

Please sign in to comment.