Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 28, 2020
1 parent f02fdd8 commit 9187528
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@2.1.0
- uses: actions/upload-artifact@v2.1.1
if: startsWith(github.ref, 'refs/tags/')
with:
name: build
Expand Down

0 comments on commit 9187528

Please sign in to comment.