Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 4.0.0 to 4.6.0 (#342)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.0.0...v4.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2025
1 parent 602a2f8 commit 3480851
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-umu-debian-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: mkdir -p results && cp -rvf ../*.deb results/

- name: Upload artifact
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.6.0
with:
name: Debian-12
path: results/
2 changes: 1 addition & 1 deletion .github/workflows/build-umu-fedora-40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
rpmbuild -ba packaging/rpm/umu-launcher.spec
- name: Fedora-40
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.6.0
with:
name: umu-launcher-rpm-40
path: ~/rpmbuild/RPMS/x86_64/*.rpm
2 changes: 1 addition & 1 deletion .github/workflows/build-umu-fedora-41.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
rpmbuild -ba packaging/rpm/umu-launcher.spec
- name: Fedora-41
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.6.0
with:
name: umu-launcher-rpm-41
path: ~/rpmbuild/RPMS/x86_64/*.rpm
2 changes: 1 addition & 1 deletion .github/workflows/build-umu-ubuntu-noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: mkdir -p results && cp -rvf ../*.deb results/

- name: Upload artifact
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.6.0
with:
name: Ubuntu-24
path: results/
2 changes: 1 addition & 1 deletion .github/workflows/build-umu-zipapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: cd results && ln -s umu-run umu_run.py && tar cvf Zipapp.tar umu-run umu_run.py

- name: Upload artifact
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.6.0
with:
name: Zipapp
path: results/Zipapp.tar

0 comments on commit 3480851

Please sign in to comment.