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.
1 parent 6dbc5cf commit 69833e0Copy full SHA for 69833e0
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
environment: release
56
steps:
57
- name: Download artifact
58
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
59
with:
60
name: package
61
path: dist
@@ -73,7 +73,7 @@ jobs:
73
contents: write
74
75
76
77
78
79
.github/workflows/tox.yml
@@ -157,7 +157,7 @@ jobs:
157
separate-directories: true
158
159
- name: Download artifacts
160
161
continue-on-error: true # to allow rerunning this job
162
163
name: logs.zip
0 commit comments