Skip to content

Commit b915e65

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 1bba3f6 commit b915e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1919
steps:
2020
- name: Download build artifact
21-
uses: actions/download-artifact@v4
21+
uses: actions/download-artifact@v5
2222
id: preview-build-artifact
2323
with:
2424
name: preview-build

0 commit comments

Comments
 (0)