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 f52815e + 0f2cae4 commit cab77d7Copy full SHA for cab77d7
.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@v5
+ uses: actions/download-artifact@v6
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