google-github-actions / upload-cloud-storage

A GitHub Action for uploading files to a Google Cloud Storage (GCS) bucket.
https://cloud.google.com/storage
Apache License 2.0
206 stars 49 forks source link

feat: use fast-glob instead of globby #285

Closed sethvargo closed 2 years ago

sethvargo commented 2 years ago

We have been using an outdated version of globby because the new version is not compatible. This poses as risk as we are no longer receiving security updates.

Closes https://github.com/google-github-actions/upload-cloud-storage/issues/273