Skip to content

Commit bd532dd

Browse files
authored
Merge pull request #1613 from beeware/dependabot/github_actions/actions/upload-artifact-4.2.0
Bump actions/upload-artifact from 4.1.0 to 4.2.0
2 parents 59cb45b + 042a5d5 commit bd532dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Store Coverage Data
8686
if: always() && contains('success,failure', steps.test.outcome)
87-
uses: actions/upload-artifact@v4.1.0
87+
uses: actions/upload-artifact@v4.2.0
8888
with:
8989
name: coverage-data-${{ matrix.platform }}-${{ matrix.python-version }}
9090
path: ".coverage.*"
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: Upload Project Coverage HTML Report
142142
if: always() && steps.project-coverage.outcome == 'failure'
143-
uses: actions/upload-artifact@v4.1.0
143+
uses: actions/upload-artifact@v4.2.0
144144
with:
145145
name: html-coverage-report-project
146146
path: htmlcov

changes/1613.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated actions/upload-artifact from 4.1.0 to 4.2.0.

0 commit comments

Comments
 (0)