Skip to content

Commit d619104

Browse files
chore(deps): update actions/upload-artifact action to v5 (#7788)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f027183 commit d619104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: echo ${{ github.event.number }} > ./pr_number
4242

4343
- name: Upload deltas
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: delta-action-deltas
4747
retention-days: 7

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: echo "shard=$(echo '${{ matrix.shard }}' | tr '/' '-')" >> $GITHUB_OUTPUT
9494

9595
- name: Store npm error artefacts
96-
uses: actions/upload-artifact@v4
96+
uses: actions/upload-artifact@v5
9797
if: always()
9898
with:
9999
name: npm-logs--${{ matrix.os }}--${{ matrix.node-version }}--${{ steps.sanitize-shard-name.outputs.shard }}

0 commit comments

Comments
 (0)