Skip to content

Commit 4c9caf0

Browse files
committed
⬆️(CI) upgrade upload-artifact@v3 to v4
Upload artifact v3 is deprecated soon, so we need to upgrade it to v4.
1 parent 3fd02ad commit 4c9caf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/impress-frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Run e2e tests
100100
run: cd src/frontend/ && yarn e2e:test --project='chromium'
101101

102-
- uses: actions/upload-artifact@v3
102+
- uses: actions/upload-artifact@v4
103103
if: always()
104104
with:
105105
name: playwright-chromium-report
@@ -133,7 +133,7 @@ jobs:
133133
- name: Run e2e tests
134134
run: cd src/frontend/ && yarn e2e:test --project=firefox --project=webkit
135135

136-
- uses: actions/upload-artifact@v3
136+
- uses: actions/upload-artifact@v4
137137
if: always()
138138
with:
139139
name: playwright-other-report

0 commit comments

Comments
 (0)