Skip to content

Commit 413d75f

Browse files
Bump actions/upload-artifact from 4 to 5 (#2636)
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> Co-authored-by: Hendrik Ranocha <[email protected]>
1 parent ef8f579 commit 413d75f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: julia --project=benchmark/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
4646
- name: Run benchmarks
4747
run: julia --project=benchmark/ --color=yes benchmark/run_benchmarks.jl
48-
- uses: actions/upload-artifact@v4
48+
- uses: actions/upload-artifact@v5
4949
with:
5050
name: my-artifact
5151
path: benchmark/results*.md

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
if: ${{ !cancelled() }}
165165
run: |
166166
cp ./lcov.info ./lcov-${{ matrix.trixi_test }}-${{ matrix.os }}-${{ matrix.version }}-${{ matrix.arch }}.info
167-
- uses: actions/upload-artifact@v4
167+
- uses: actions/upload-artifact@v5
168168
with:
169169
name: lcov-${{ matrix.trixi_test }}-${{ matrix.os }}-${{ matrix.version }}-${{ matrix.arch }}
170170
path: ./lcov-${{ matrix.trixi_test }}-${{ matrix.os }}-${{ matrix.version }}-${{ matrix.arch }}.info
@@ -211,7 +211,7 @@ jobs:
211211
github-token: ${{ secrets.GITHUB_TOKEN }}
212212
path-to-lcov: ./lcov.info
213213
# Upload merged coverage data as artifact for debugging
214-
- uses: actions/upload-artifact@v4
214+
- uses: actions/upload-artifact@v5
215215
with:
216216
name: lcov
217217
path: ./lcov.info

0 commit comments

Comments
 (0)