Skip to content

Commit 0e2d0f6

Browse files
authored
Merge pull request #818 from Automattic/dependabot/github_actions/actions-6bbbe96356
2 parents c68e873 + 088a652 commit 0e2d0f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-and-js-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: npm run lint-js
6767

6868
- name: Upload build artifacts
69-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
69+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7070
with:
7171
name: build-artifacts
7272
path: |
@@ -97,7 +97,7 @@ jobs:
9797
run: npm ci
9898

9999
- name: Download build artifacts
100-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
100+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
101101
with:
102102
name: build-artifacts
103103
path: .

0 commit comments

Comments
 (0)