Skip to content

Commit 5fda48f

Browse files
angular-robotjosephperrott
authored andcommitted
build: update actions/upload-artifact digest to 1746f4a (#1984)
PR Close #1984
1 parent 60edce3 commit 5fda48f

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

0 commit comments

Comments
 (0)