Skip to content

Commit cda3529

Browse files
author
Erick Friis
authored
infra: use artifact v4 in mark-release (#10)
1 parent ceed82e commit cda3529

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
@@ -251,7 +251,7 @@ jobs:
251251
working-directory: ${{ inputs.working-directory }}
252252
cache-key: releaseartifact@v4
253253

254-
- uses: actions/download-artifact@v3
254+
- uses: actions/download-artifact@v4
255255
with:
256256
name: dist
257257
path: ${{ inputs.working-directory }}/dist/

0 commit comments

Comments
 (0)