Skip to content

Commit fb6d832

Browse files
Bump actions/upload-artifact from 4 to 5 (#2862)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06ae198 commit fb6d832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: python global_benchmark.py
4646
# Upload benchmarks, checkout PR branch, download benchmarks
4747
- name: Upload benchmark results
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v5
4949
with:
5050
name: timings-main
5151
path: benchmarks/timings_1.pickle

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: hatch build
4242
- name: Upload package as artifact to GitHub
4343
if: github.repository == 'projectmesa/mesa' && startsWith(github.ref, 'refs/tags')
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: package
4747
path: dist/

0 commit comments

Comments
 (0)