Skip to content

Commit

Permalink
Update prod-test-onboarding-works.yml actions/upload-artifact@v2 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson authored Feb 1, 2025
1 parent cbd8b14 commit b1e8286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-test-onboarding-works.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
set -x
node --unhandled-rejections=strict tests/browser-automated-tests-playwright/e2e/test_prod_new_customer_can_sign_up.js
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: Screenshots-and-video-artifacts
Expand Down

0 comments on commit b1e8286

Please sign in to comment.