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.
2 parents c68e873 + 088a652 commit 0e2d0f6Copy full SHA for 0e2d0f6
.github/workflows/e2e-and-js-tests.yml
@@ -66,7 +66,7 @@ jobs:
66
run: npm run lint-js
67
68
- name: Upload build artifacts
69
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
70
with:
71
name: build-artifacts
72
path: |
@@ -97,7 +97,7 @@ jobs:
97
run: npm ci
98
99
- name: Download build artifacts
100
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
+ uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
101
102
103
path: .
0 commit comments