Skip to content

Commit

Permalink
use upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Jan 28, 2025
1 parent 90c85e2 commit f978017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aps-cypress-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ jobs:
done
- name: Upload E2E Test Results Report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results
path: ${{ github.workspace }}/e2e/results/report

- name: Upload E2E Code Coverage Report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: code-coverage
path: ${{ github.workspace }}/e2e/coverage
Expand Down

0 comments on commit f978017

Please sign in to comment.