Skip to content

Commit

Permalink
Merge pull request #458 from richardsheridan/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/upload-artifact-4.6.0

Bump actions/upload-artifact from 4.5.0 to 4.6.0
  • Loading branch information
github-actions[bot] authored Feb 1, 2025
2 parents 1237c9d + fd8a8f7 commit bad4eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
shell: bash
- name: Upload coverage
if: always()
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: Coverage-${{ matrix.os }}-${{ matrix.python }}
path: "*coverage*${{ matrix.os }}-${{ matrix.python }}*"
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
>> $GITHUB_STEP_SUMMARY
- name: Upload report
if: always()
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: Report
path: htmlcov/
Expand Down

0 comments on commit bad4eb4

Please sign in to comment.