Skip to content

Commit

Permalink
Merge pull request #205 from automuteus/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-release-asset-1.0.2

Bump actions/upload-release-asset from 1 to 1.0.2
  • Loading branch information
CarbonNeuron authored May 24, 2021
2 parents 955969c + 3fe5038 commit 2e64e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Upload capture zip
id: upload-release-asset
uses: actions/upload-release-asset@v1
uses: actions/upload-release-asset@v1.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -81,7 +81,7 @@ jobs:
asset_content_type: application/zip

- name: Upload capture zip signature
uses: actions/upload-release-asset@v1
uses: actions/upload-release-asset@v1.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 2e64e5a

Please sign in to comment.