Skip to content

Commit 484112d

Browse files
Update actions/upload-artifact action to v7 (#492)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a2f16c commit 484112d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-with-head.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run: xargs pnpm run test < "$SHARD_FILE"
4444
env:
4545
SHARD_FILE: ${{ steps.parallel-test.outputs.shards-directory }}/${{ matrix.shard-id }}
46-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
46+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4747
with:
4848
name: test-report-${{ matrix.shard-id }}
4949
path: junit.xml

.github/workflows/e2e-with-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- run: xargs pnpm run test < "$SHARD_FILE"
5454
env:
5555
SHARD_FILE: ${{ steps.parallel-test.outputs.shards-directory }}/${{ matrix.shard-id }}
56-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
56+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
5757
with:
5858
name: test-report-${{ matrix.shard-id }}
5959
path: junit.xml

0 commit comments

Comments
 (0)