Skip to content

Commit 03a6c1a

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-toolbox-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Upload playwright report on failure
3838
if: failure()
39-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
39+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
4040
with:
4141
name: playwright-test-failure-report
4242
path: tests/artifacts

.github/workflows/toolbox-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "$PULL_REQUEST_NUMBER" > ./dist/prnumber
2424
2525
- name: Archive Toolbox build
26-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
26+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
2727
with:
2828
name: graphqltoolbox
2929
path: dist

0 commit comments

Comments
 (0)