Skip to content

Commit 08cc76e

Browse files
committed
fixup! build: update actions/upload-artifact digest to 6f51ac0
1 parent ccddb03 commit 08cc76e

File tree

1 file changed

+1
-1
lines changed
  • github-actions/previews/pack-and-upload-artifact

1 file changed

+1
-1
lines changed

github-actions/previews/pack-and-upload-artifact/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ runs:
6161
tar -czvf "$pkg" -C '${{steps.copy.outputs.deploy-dir}}' .
6262
echo "artifact-path=$pkg" >> $GITHUB_OUTPUT
6363
64-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
64+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
6565
with:
6666
name: '${{inputs.workflow-artifact-name}}'
6767
path: '${{steps.pack.outputs.artifact-path}}'

0 commit comments

Comments
 (0)