We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97acc1d commit 7af35dbCopy full SHA for 7af35db
.github/workflows/ci.yaml
@@ -122,7 +122,7 @@ jobs:
122
. venv/bin/activate
123
pytest --cov
124
- name: Upload coverage artifact
125
- uses: &actions-upload-artifact actions/upload-artifact@v4.6.2
+ uses: &actions-upload-artifact actions/upload-artifact@v5.0.0
126
with:
127
name: coverage-linux-${{ matrix.python-version }}
128
path: .coverage
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
python -m build
36
- name: Upload release assets
37
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
38
39
name: release-assets
40
path: dist/
0 commit comments