Skip to content

Commit

Permalink
chore: Update upload-artifact action to v4 in podman.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed May 23, 2024
1 parent 68e3205 commit 364b330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
run: cd e2e && bash run-tests
- name: Upload Screenshots
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: selenium-screenshots
path: e2e/screenshots/
path: e2e/**/*.png

0 comments on commit 364b330

Please sign in to comment.