Skip to content

Commit 8652329

Browse files
Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#267)
1 parent 53a787e commit 8652329

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
-o console_output_style=count \
308308
tests
309309
- name: Upload coverage artifact
310-
uses: actions/upload-artifact@v6.0.0
310+
uses: actions/upload-artifact@v7.0.0
311311
with:
312312
name: coverage-${{ matrix.python-version }}
313313
path: .coverage

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: >-
6464
python3 -m build
6565
- name: Store the distribution packages
66-
uses: actions/upload-artifact@v6.0.0
66+
uses: actions/upload-artifact@v7.0.0
6767
with:
6868
name: python-package-distributions
6969
path: dist/

0 commit comments

Comments
 (0)