Skip to content

Commit

Permalink
Updated artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Sep 11, 2024
1 parent b767037 commit 74ee0e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ jobs:
- name: Upload codeception output on failure
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: acceptance-tests
path: wp-content/plugins/seriously-simple-podcasting/tests/_output

- name: Upload PHP server logs on failure
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: acceptance-tests
path: nohup.out
path: nohup.out

0 comments on commit 74ee0e0

Please sign in to comment.