Skip to content

Commit

Permalink
Upgrade to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
xmunoz committed Feb 3, 2025
1 parent ee87017 commit ea27bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_dev_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ jobs:

# Save artifacts
- name: Store coverage artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: code-coverage-report
path: coverage

- name: Store test artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: capybara-screenshots
Expand Down

0 comments on commit ea27bba

Please sign in to comment.