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 4393180 commit d5d1cccCopy full SHA for d5d1ccc
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@7c73f5d6eae167341002e9c946f7479a609c588e # v2.2.3
+ - uses: google-github-actions/upload-cloud-storage@6397bd7208e18d13ba2619ee21b9873edc94427a # v3.0.0
103
id: upload-files
104
with:
105
path: ${{ inputs.path }}
0 commit comments