Skip to content

Commit

Permalink
build(deps): update upload-artifact action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Sep 5, 2024
1 parent 6c46430 commit 1a92c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: tox
- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: unit-test-results-python${{ matrix.python-version }}-${{ matrix.os }}
path: |
Expand Down

0 comments on commit 1a92c19

Please sign in to comment.