Skip to content

Commit d9b376d

Browse files
⬆ deps: bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c3d852 commit d9b376d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
ls -al ./coverage
6666
6767
- name: Store coverage file
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v5
6969
with:
7070
name: coverage-${{ matrix.python-version }}
7171
path: coverage
@@ -119,7 +119,7 @@ jobs:
119119
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
120120

121121
- name: Store coverage HTML
122-
uses: actions/upload-artifact@v4
122+
uses: actions/upload-artifact@v5
123123
with:
124124
name: coverage-html
125125
path: htmlcov

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: python -m build
4242

4343
- name: Upload Windows Dists
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: release-dists
4747
path: dist/

0 commit comments

Comments
 (0)