Skip to content

Commit

Permalink
Bump actions/upload-artifact from v1 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to 2.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v1...ebad382)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 19, 2020
1 parent e679100 commit 19b577b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
draft: true
prerelease: true

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@2.1.0
if: startsWith(github.ref, 'refs/tags/')
with:
name: build
Expand Down

0 comments on commit 19b577b

Please sign in to comment.