Skip to content

Commit 0cd92cb

Browse files
dependabot[bot]sondavidb
authored andcommitted
Bump actions/upload-artifact from 4 to 5
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] <support@github.com>
1 parent 9565bf4 commit 0cd92cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/benchmark-visualization.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run benchmark
3838
run: make benchmarks-perf-test
3939
- name: Upload latest benchmark result
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v5
4141
with:
4242
name: benchmark-result-artifact
4343
path: ${{github.workspace}}/benchmark/performanceTest/output/results.json
@@ -64,7 +64,7 @@ jobs:
6464
# Create a JSON array with the file paths and store it in the 'files' output
6565
run: echo "files=$(find ${{github.workspace}}/current -type f -name '*.json' -printf '%p\n' | jq -R . | jq -cs .)" >> $GITHUB_OUTPUT
6666
- name: Upload visualization files as github artifacts
67-
uses: actions/upload-artifact@v4
67+
uses: actions/upload-artifact@v5
6868
with:
6969
name: benchmark-gh-pages-artifact
7070
path: ${{github.workspace}}/current

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
mkdir release-${{ matrix.os }}
6161
- name: Create release binaries
6262
run: make RELEASE_TAG=${{ env.RELEASE_TAG }} release
63-
- uses: actions/upload-artifact@v4
63+
- uses: actions/upload-artifact@v5
6464
with:
6565
name: artifacts-${{ matrix.os }}
6666
path: release/

0 commit comments

Comments
 (0)