Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 31, 2021
1 parent 2522d72 commit bc2c910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: 1.15
- uses: actions/checkout@v1
- run: make build
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2.3.1
with:
name: podsync-${{ matrix.os }}
path: bin/
Expand Down

0 comments on commit bc2c910

Please sign in to comment.