diff --git a/.github/workflows/tests-cypress.yml b/.github/workflows/tests-cypress.yml index d412423a2..17420a0c0 100644 --- a/.github/workflows/tests-cypress.yml +++ b/.github/workflows/tests-cypress.yml @@ -27,7 +27,7 @@ jobs: working-directory: tests/cypress wait-on: http://localhost:8000/healthcheck - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots diff --git a/.github/workflows/tests-pytest.yml b/.github/workflows/tests-pytest.yml index 86329cbac..351e014c8 100644 --- a/.github/workflows/tests-pytest.yml +++ b/.github/workflows/tests-pytest.yml @@ -38,7 +38,7 @@ jobs: run: ./tests/pytest/run.sh - name: Upload coverage report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: coverage-report path: benefits/static/coverage