Skip to content

Commit

Permalink
updates upload-artifact to use v3 over deprecated v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosie-Brigham committed Feb 10, 2025
1 parent f7e250c commit 168abfa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
HMPPS_AUTH_NAME="${!name}"
npm run test:e2e:ci -- --shard=${{ matrix.shard }}/4
- name: Store Playwright report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: playwright-report
path: playwright-report
- name: Store test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-results
path: test-results
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run E2E tests
run: npm run test:e2e
- name: Store Playwright report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: playwright-report
path: e2e-tests/playwright-report
Expand Down Expand Up @@ -116,12 +116,12 @@ jobs:
# --config baseUrl=https://temporary-accommodation-${{ steps.context.outputs.environment }}.hmpps.service.justice.gov.uk \
# --spec $TESTS
# - name: Store screenshots
# uses: actions/upload-artifact@v2
# uses: actions/upload-artifact@v3
# with:
# name: screenshots
# path: e2e/screenshots
# - name: Store videos
# uses: actions/upload-artifact@v2
# uses: actions/upload-artifact@v3
# with:
# name: videos
# path: e2e/videos

0 comments on commit 168abfa

Please # to comment.