Skip to content

Commit 1dff756

Browse files
authored
Upgrade upload-artifact action to version 5
1 parent 8f231b9 commit 1dff756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
191191
- name: In dry run - upload build outputs as workflow artifacts
192192
if: ${{ github.event.inputs.dry_run == 'true' }}
193-
uses: actions/upload-artifact@v4
193+
uses: actions/upload-artifact@v5
194194
with:
195195
name: dry-run-${{ needs.prepare-release.outputs.tag_name }}
196196
path: |

0 commit comments

Comments
 (0)