Skip to content

Commit b88f6c4

Browse files
authored
Merge pull request #37 from quarkslab/dependabot/github_actions/python-c2e7f7cad0
Bump the python group with 2 updates
2 parents 9222d8c + 5defbdc commit b88f6c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: pip install build
1919
- name: Build wheel and sdist
2020
run: python -m build
21-
- uses: actions/upload-artifact@v5
21+
- uses: actions/upload-artifact@v6
2222
with:
2323
name: artifact
2424
path: |
@@ -29,7 +29,7 @@ jobs:
2929
needs: build_wheel_and_sdist
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/download-artifact@v6
32+
- uses: actions/download-artifact@v7
3333
with:
3434
# unpacks default artifact into dist/
3535
# if `name: artifact` is omitted, the action will create extra parent dir

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Generate coverage
3232
run: tox run -e py310-coverage -- -s --cov-report=term
3333

34-
- uses: actions/upload-artifact@v5
34+
- uses: actions/upload-artifact@v6
3535
with:
3636
name: coverage
3737
path: ./htmlcov

0 commit comments

Comments
 (0)