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 8f231b9 commit 1dff756Copy full SHA for 1dff756
.github/workflows/release.yml
@@ -190,7 +190,7 @@ jobs:
190
191
- name: In dry run - upload build outputs as workflow artifacts
192
if: ${{ github.event.inputs.dry_run == 'true' }}
193
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
194
with:
195
name: dry-run-${{ needs.prepare-release.outputs.tag_name }}
196
path: |
0 commit comments