⬆️(CI) upgrade upload-artifact@v3 to v4

Upload artifact v3 is deprecated soon, so we need
to upgrade it to v4.
This commit is contained in:
Anthony LC
2024-11-25 12:44:11 +01:00
committed by Anthony LC
parent 3fd02adbec
commit 4c9caf09ba

View File

@@ -99,7 +99,7 @@ jobs:
- name: Run e2e tests - name: Run e2e tests
run: cd src/frontend/ && yarn e2e:test --project='chromium' run: cd src/frontend/ && yarn e2e:test --project='chromium'
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
if: always() if: always()
with: with:
name: playwright-chromium-report name: playwright-chromium-report
@@ -133,7 +133,7 @@ jobs:
- name: Run e2e tests - name: Run e2e tests
run: cd src/frontend/ && yarn e2e:test --project=firefox --project=webkit run: cd src/frontend/ && yarn e2e:test --project=firefox --project=webkit
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
if: always() if: always()
with: with:
name: playwright-other-report name: playwright-other-report