We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba35ce9 commit 03a6c1aCopy full SHA for 03a6c1a
.github/workflows/reusable-toolbox-tests.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Upload playwright report on failure
38
if: failure()
39
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
40
with:
41
name: playwright-test-failure-report
42
path: tests/artifacts
.github/workflows/toolbox-build.yml
@@ -23,7 +23,7 @@ jobs:
23
echo "$PULL_REQUEST_NUMBER" > ./dist/prnumber
24
25
- name: Archive Toolbox build
26
27
28
name: graphqltoolbox
29
path: dist
0 commit comments