Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#2107)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.5.0...v4.6.0)
  • Loading branch information
dependabot[bot] authored Jan 12, 2025
1 parent 9ce3eac commit fb1fc4b
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -111,7 +111,7 @@ jobs:
- name: Store Coverage Data
if: always() && contains('success,failure', steps.test.outcome)
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: coverage-data-${{ matrix.platform }}-${{ matrix.python-version }}
path: ".coverage.*"
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:

- name: Upload Project Coverage HTML Report
if: always() && steps.project-coverage.outcome == 'failure'
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: html-coverage-report-project
path: htmlcov
Expand Down
1 change: 1 addition & 0 deletions changes/2107.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated actions/upload-artifact from 4.5.0 to 4.6.0.

0 comments on commit fb1fc4b

Please sign in to comment.