Skip to content

Commit f3439a0

Browse files
authored
Merge pull request #255 from diofant/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents adf4951 + f307097 commit f3439a0

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)