Skip to content

Commit 3b0fd98

Browse files
authored
Merge pull request #97 from manicmaniac/renovate/major-github-artifact-actions
Update actions/download-artifact action to v5
2 parents 26465aa + 6f5f8ab commit 3b0fd98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
python-version: '3.13'
8989
- run: pip install twine
90-
- uses: actions/download-artifact@v4
90+
- uses: actions/download-artifact@v5
9191
with:
9292
pattern: arc4-*
9393
merge-multiple: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-24.04
4242
needs: test
4343
steps:
44-
- uses: actions/download-artifact@v4
44+
- uses: actions/download-artifact@v5
4545
with:
4646
pattern: coverages-*
4747
merge-multiple: true

0 commit comments

Comments
 (0)