Skip to content

Commit

Permalink
Merge pull request #246 from espressif/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4
  • Loading branch information
hfudev authored Feb 6, 2024
2 parents 9f6d547 + 36bc17a commit 7498230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: failure()
run: |
zip -r logs.zip /tmp/pytest-embedded
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: logs
Expand Down

0 comments on commit 7498230

Please sign in to comment.