diff options
Diffstat (limited to '.github/workflows/publish-chrome.yml')
-rw-r--r-- | .github/workflows/publish-chrome.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-chrome.yml b/.github/workflows/publish-chrome.yml index 04d3bc15..3dc37039 100644 --- a/.github/workflows/publish-chrome.yml +++ b/.github/workflows/publish-chrome.yml @@ -38,7 +38,7 @@ jobs: return attempt < max ? attempt + 1 : ''; } - - uses: robinraju/release-downloader@efa4cd07bd0195e6cc65e9e30c251b49ce4d3e51 # pin@v1.8 + - uses: robinraju/release-downloader@368754b9c6f47c345fcfbf42bcb577c2f0f5f395 # pin@v1.9 with: tag: ${{ github.ref_name }} fileName: "*" |