Skip to content

Commit

Permalink
GitHub Actions: Only specify major version for actions/upload-release…
Browse files Browse the repository at this point in the history
…-asset
  • Loading branch information
jhasse committed Feb 13, 2024
1 parent 74d795c commit a1ad0fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Upload release asset
if: github.event.action == 'published'
uses: actions/upload-release-asset@v1.0
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:

- name: Upload release asset
if: github.event.action == 'published'
uses: actions/upload-release-asset@v1.0
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Upload release asset
if: github.event.action == 'published'
uses: actions/upload-release-asset@v1.0
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Upload release asset
if: github.event.action == 'published'
uses: actions/upload-release-asset@v1.0
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit a1ad0fb

Please sign in to comment.