Skip to content

Commit 7da1fa3

Browse files
authored
Merge pull request #14223 from Automattic/dependabot/github_actions/master/actions/upload-artifact-4
chore(deps): bump actions/upload-artifact from 3 to 4
2 parents 1b82f6d + 80bdc13 commit 7da1fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: npm run test-coverage
8181
if: matrix.coverage == true
8282
- name: Archive code coverage results
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
if: matrix.coverage == true
8585
with:
8686
name: coverage

0 commit comments

Comments
 (0)