Skip to content

Commit f307097

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent adf4951 commit f307097

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
submodules: true
6969
- run: sudo apt-get update
7070
- run: sudo apt-get install lcov
71-
- uses: actions/download-artifact@v4
71+
- uses: actions/download-artifact@v5
7272
with:
7373
pattern: coverage-*
7474
path: build/

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
permissions:
3535
id-token: write
3636
steps:
37-
- uses: actions/download-artifact@v4
37+
- uses: actions/download-artifact@v5
3838
with:
3939
pattern: python-gmp-*
4040
path: dist/
@@ -51,7 +51,7 @@ jobs:
5151
contents: write
5252
id-token: write
5353
steps:
54-
- uses: actions/download-artifact@v4
54+
- uses: actions/download-artifact@v5
5555
with:
5656
pattern: python-gmp-*
5757
path: dist/

0 commit comments

Comments
 (0)