Skip to content

Commit 39f3b94

Browse files
authored
Merge pull request #187 from twisted/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents a1460e7 + a1f1096 commit 39f3b94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
9999
- name: Store coverage file
100100
if: ${{ !cancelled() && !matrix.skip-coverage }}
101-
uses: actions/upload-artifact@v5
101+
uses: actions/upload-artifact@v6
102102
with:
103103
name: coverage-${{ matrix.python-version }}-${{ matrix.tox-env }}
104104
path: .coverage-job-*
@@ -153,7 +153,7 @@ jobs:
153153
154154
- name: Upload HTML report on failure
155155
if: ${{ failure() }}
156-
uses: actions/upload-artifact@v5
156+
uses: actions/upload-artifact@v6
157157
with:
158158
name: html-report
159159
path: htmlcov

0 commit comments

Comments
 (0)