We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815cd77 commit 346eeb2Copy full SHA for 346eeb2
actions/push-to-gcs/action.yaml
@@ -99,7 +99,7 @@ runs:
99
DESTINATION="${DESTINATION%/}" # strip trailing /
100
101
echo "destination=${DESTINATION}" | tee -a ${GITHUB_OUTPUT}
102
- - uses: google-github-actions/upload-cloud-storage@7c6e11cb7291594c5dfe0bc1dd9cd905e31e600c # v2.2.2
+ - uses: google-github-actions/upload-cloud-storage@7c73f5d6eae167341002e9c946f7479a609c588e # v2.2.3
103
id: upload-files
104
with:
105
path: ${{ inputs.path }}
0 commit comments