Skip to content

Commit 7af35db

Browse files
dependabot[bot]Pierre-Sassoulas
authored andcommitted
Bump actions/upload-artifact from 4.6.2 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 97acc1d commit 7af35db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
. venv/bin/activate
123123
pytest --cov
124124
- name: Upload coverage artifact
125-
uses: &actions-upload-artifact actions/upload-artifact@v4.6.2
125+
uses: &actions-upload-artifact actions/upload-artifact@v5.0.0
126126
with:
127127
name: coverage-linux-${{ matrix.python-version }}
128128
path: .coverage

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
python -m build
3636
- name: Upload release assets
37-
uses: actions/upload-artifact@v4.6.2
37+
uses: actions/upload-artifact@v5.0.0
3838
with:
3939
name: release-assets
4040
path: dist/

0 commit comments

Comments
 (0)