Skip to content

Commit

Permalink
Merge pull request #347 from jellyfin/renovate/ci-deps
Browse files Browse the repository at this point in the history
chore(deps): update shogo82148/actions-upload-release-asset action to v1.7.4
  • Loading branch information
Shadowghost authored Mar 5, 2024
2 parents a1b77b6 + a4c5d7a commit b9b82ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
popd
- name: Upload GH Release Assets
uses: shogo82148/actions-upload-release-asset@c91b7fd867cf280772374042252f0dc8e1ade751 # v1.7.3
uses: shogo82148/actions-upload-release-asset@5bd52f05dd8076794da5975d4c0a4f3bce7dd8f5 # v1.7.4
with:
upload_url: ${{ github.event.release.upload_url }}
overwrite: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_meta_portable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
popd
- name: Upload GH Release Assets
uses: shogo82148/actions-upload-release-asset@c91b7fd867cf280772374042252f0dc8e1ade751 # v1.7.3
uses: shogo82148/actions-upload-release-asset@5bd52f05dd8076794da5975d4c0a4f3bce7dd8f5 # v1.7.4
with:
upload_url: ${{ github.event.release.upload_url }}
overwrite: true
Expand Down

0 comments on commit b9b82ee

Please sign in to comment.