Skip to content

Commit

Permalink
Merge pull request #686 from ChanceM/fix/e2e-artifact-v4
Browse files Browse the repository at this point in the history
Migrate to actions/upload-artifact@v4
  • Loading branch information
CGBassPlayer authored Sep 20, 2024
2 parents 64d5346 + 1795f85 commit 8849c1d
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 8849c1d

Please sign in to comment.