Skip to content

Commit

Permalink
Migrate to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanceM committed Sep 13, 2024
1 parent d774b85 commit 1795f85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
run: script -e -c "docker compose exec testing pytest -m 'not periodic' --base-url http://jb-com --junitxml report.xml"

- name: Save screenshots
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: screenshots
path: screenshots/
overwrite: true

- name: Publish Test Report
uses: dorny/test-reporter@v1
Expand Down

0 comments on commit 1795f85

Please sign in to comment.