Skip to content

Commit 7dcf69e

Browse files
angular-robotjosephperrott
authored andcommitted
build: update actions/upload-artifact digest to b4b15b8 (#2381)
PR Close #2381
1 parent 0b4d8af commit 7dcf69e

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@604373da6381bf24206979c74d06a550515601b9 # v4
64+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
6565
with:
6666
name: '${{inputs.workflow-artifact-name}}'
6767
path: '${{steps.pack.outputs.artifact-path}}'

0 commit comments

Comments
 (0)