Skip to content

Commit

Permalink
Merge pull request #1745 from beeware/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4.3.2

Bump actions/upload-artifact from 4.3.1 to 4.3.2
  • Loading branch information
freakboy3742 committed Apr 22, 2024
2 parents 2f88a09 + 3665d04 commit e4d2181
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 @@ -99,7 +99,7 @@ jobs:
- name: Store Coverage Data
if: always() && contains('success,failure', steps.test.outcome)
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.2
with:
name: coverage-data-${{ matrix.platform }}-${{ matrix.python-version }}
path: ".coverage.*"
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:

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

0 comments on commit e4d2181

Please sign in to comment.