Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact to v4 🌟
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 6, 2024
1 parent 8040879 commit a66fb1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

# Save screenshots as test artifacts
# https://github.com/actions/upload-artifact
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
# there might be no screenshots created when:
# - there are no test failures
# so only upload screenshots if previous step has failed
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:

# Save screenshots as test artifacts
# https://github.com/actions/upload-artifact
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
# there might be no screenshots created when:
# - there are no test failures
# so only upload screenshots if previous step has failed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

# Save screenshots as test artifacts
# https://github.com/actions/upload-artifact
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
# there might be no screenshots created when:
# - there are no test failures
# so only upload screenshots if previous step has failed
Expand Down

0 comments on commit a66fb1b

Please sign in to comment.