Skip to content

Commit

Permalink
Upgrade upload artifact action to v4 (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Sep 10, 2024
1 parent 5fb9cff commit b0a0bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_sdk_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: nox -p 3.11 -s format lint docstrings docs

- name: Archive test report on failure
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: test-reports
Expand Down

0 comments on commit b0a0bfc

Please sign in to comment.