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 41e3fd4 commit 0f2cae4Copy full SHA for 0f2cae4
.github/workflows/release.yml
@@ -198,7 +198,7 @@ jobs:
198
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}
199
200
- name: Download build artifacts
201
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
202
with:
203
path: .tmp
204
.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