Skip to content

Commit

Permalink
Merge pull request #757 from fedejaure/dependabot/github_actions/deve…
Browse files Browse the repository at this point in the history
…lop/actions/upload-artifact-4.4.3

Bump actions/upload-artifact from 4.4.0 to 4.4.3
  • Loading branch information
fedejaure authored Oct 25, 2024
2 parents f7df66c + b093144 commit 1ccfda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: nox --force-color -s security

- name: Upload coverage data
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: ${{ matrix.os }}-${{ matrix.python-version }}.coverage-data
path: ".coverage.*"
Expand Down

0 comments on commit 1ccfda3

Please sign in to comment.