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.
2 parents 26465aa + 6f5f8ab commit 3b0fd98Copy full SHA for 3b0fd98
.github/workflows/release.yml
@@ -87,7 +87,7 @@ jobs:
87
with:
88
python-version: '3.13'
89
- run: pip install twine
90
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
91
92
pattern: arc4-*
93
merge-multiple: true
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
runs-on: ubuntu-24.04
42
needs: test
43
steps:
44
45
46
pattern: coverages-*
47
0 commit comments