Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
update release-downloader to tag1.6
  • Loading branch information
friendlyarm authored Nov 15, 2022
1 parent de0d961 commit 51b3d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Download friendlywrt rootfs (non-docker)
if: matrix.SET == 'non-docker'
uses: robinraju/release-downloader@v1.5
uses: robinraju/release-downloader@v1.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -196,7 +196,7 @@ jobs:

- name: Download friendlywrt rootfs (docker)
if: matrix.SET == 'docker'
uses: robinraju/release-downloader@v1.5
uses: robinraju/release-downloader@v1.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 51b3d35

Please sign in to comment.