Skip to content

Commit

Permalink
Merge pull request #12 from tomasvana10/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
tomasvana10 authored May 11, 2024
2 parents dd02a35 + a122d62 commit 7a42b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: tox
- name: Upload coverage.xml
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.12' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tox-gh-actions-coverage
path: coverage.xml
Expand Down

0 comments on commit 7a42b10

Please sign in to comment.