Skip to content

Commit 3e41ef3

Browse files
⬆ 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 d0d6a70 commit 3e41ef3

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
@@ -56,7 +56,7 @@ jobs:
5656
ls -al ./coverage
5757
5858
- name: Store coverage file
59-
uses: actions/upload-artifact@v4
59+
uses: actions/upload-artifact@v5
6060
with:
6161
name: coverage-${{ matrix.python-version }}
6262
path: coverage
@@ -110,7 +110,7 @@ jobs:
110110
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
111111

112112
- name: Store coverage HTML
113-
uses: actions/upload-artifact@v4
113+
uses: actions/upload-artifact@v5
114114
with:
115115
name: coverage-html
116116
path: htmlcov

.github/workflows/publish.yml

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

4242
- name: Upload Windows Dists
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v5
4444
with:
4545
name: release-dists
4646
path: dist/

0 commit comments

Comments
 (0)