Skip to content

Commit

Permalink
chore: Update upload-artifact action to v4 and path in podman.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed May 23, 2024
1 parent 364b330 commit 3b81482
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 @@ -200,8 +200,8 @@ jobs:
- name: Run E2E tests
run: cd e2e && bash run-tests
- name: Upload Screenshots
if: failure()
# if: failure()
uses: actions/upload-artifact@v4
with:
name: selenium-screenshots
path: e2e/**/*.png
path: ./**/*.png

0 comments on commit 3b81482

Please sign in to comment.