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 1298604 + 6a34bca commit 293bd63Copy full SHA for 293bd63
2 files changed
.github/workflows/release.yml
@@ -199,7 +199,7 @@ jobs:
199
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
200
201
- name: Download build artifacts
202
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
203
with:
204
path: .tmp
205
.github/workflows/tests.yml
@@ -135,7 +135,7 @@ jobs:
135
if: always()
136
steps:
137
- name: Download Test Results Artifacts
138
139
140
path: artifacts
141
0 commit comments