Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 835ffcb commit 62ac0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GenerateReleaseZip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# whatever you want. It will not upload any empty directories, those with only
# hidden files will also be excluded.
- name: Upload Mod Artifacts (RW ${{ matrix.rimworld-version }})
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.1
with:
name: build-${{ matrix.rimworld-version }}
retention-days: 1
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
zip -r ./${{ env.MOD_NAME }}.zip ./${{ env.MOD_NAME }}/*

- name: Upload Mod Zip Artifact
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.1
with:
name: ${{ env.MOD_NAME }}
path: ${{ env.MOD_PATH }}.zip
Expand Down

0 comments on commit 62ac0f8

Please sign in to comment.