Skip to content

Commit 2f4a162

Browse files
authored
Upgrade upload artifact action to v4 (#1080)
1 parent 8b8756e commit 2f4a162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Attempt to upload results even if test fails.
6464
# https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#always
6565
- name: Upload Test Results
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
if: ${{ always() }}
6868
with:
6969
name: lighthouse-test-results-${{matrix.os.prettyName}}

0 commit comments

Comments
 (0)