Skip to content

Commit

Permalink
GHA: Use actions/upload-release-asset v1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbadr committed Jan 20, 2022
1 parent 4e5d144 commit d3ca497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ jobs:
shell: bash

- name: Upload source package
uses: actions/upload-release-asset@v2
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -570,7 +570,7 @@ jobs:
shell: bash

- name: Upload release assets
uses: actions/upload-release-asset@v2
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit d3ca497

Please sign in to comment.