Skip to content

Commit

Permalink
Merge pull request #1574 from jqnatividad/dependabot/github_actions/r…
Browse files Browse the repository at this point in the history
…obinraju/release-downloader-1.9
  • Loading branch information
jqnatividad authored Jan 29, 2024
2 parents 0af6999 + 8c8ec07 commit b6b8f52
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
is-executable: false
working-directory: "."
- name: Download latest release zip
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.9
with:
repository: "jqnatividad/qsv"
latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS-arm64-selfhosted-publish-qsvpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
is-executable: false
working-directory: "."
- name: Download latest release zip
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.9
with:
repository: "jqnatividad/qsv"
latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-linux-glibc-231-musl-1124.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
is-executable: false
working-directory: "."
- name: Download latest release zip
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.9
with:
repository: "jqnatividad/qsv"
latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-linux-glibc-231-musl-123.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
is-executable: false
working-directory: "."
- name: Download latest release zip
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.9
with:
repository: "jqnatividad/qsv"
latest: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
is-executable: false
working-directory: "."
- name: Download latest release zip
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.9
with:
repository: "jqnatividad/qsv"
latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly-glibc-231-musl-1124.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
is-executable: false
working-directory: "."
- name: Download latest release zip
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.9
with:
repository: "jqnatividad/qsv"
latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
is-executable: false
working-directory: "."
- name: Download latest release zip
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.9
with:
repository: "jqnatividad/qsv"
latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-qsvpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
is-executable: false
working-directory: "."
- name: Download latest release zip
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.9
with:
repository: "jqnatividad/qsv"
latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
rustup show > qsv_nightly_rust_version_info.txt
cd ..
- name: Download latest release zip
uses: robinraju/release-downloader@v1.8
uses: robinraju/release-downloader@v1.9
with:
repository: "jqnatividad/qsv"
latest: false
Expand Down

0 comments on commit b6b8f52

Please sign in to comment.