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 963fc49c..c40edb83 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@c39a3b234af58f0cf85888573d361fb6fa281534 # pin@v1.10 + - uses: robinraju/release-downloader@a96f54c1b5f5e09e47d9504526e96febd949d4c2 # pin@v1.11 with: tag: ${{ github.ref_name }} fileName: "*" |