Skip to content

Commit

Permalink
Updating to non-deprecated upload-artifact action.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Sep 10, 2024
1 parent 664ee8c commit 398d82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflow-templates/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: npm run test -- --verbose

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: error-artifacts-wp-${{ matrix.WP }}
Expand Down

0 comments on commit 398d82c

Please sign in to comment.