We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3dffb commit e69002fCopy full SHA for e69002f
.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
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