Skip to content

Commit bc84f8d

Browse files
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- 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>
1 parent f34196f commit bc84f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
key: ${{ runner.os }}-go-${{ github.job }}-${{ matrix.arch }}
3636
- name: Build ${{ matrix.os }}-${{ matrix.arch }} binary
3737
run: arch=${{ matrix.arch }} make build-binary
38-
- uses: actions/upload-artifact@v2
38+
- uses: actions/upload-artifact@v3
3939
with:
4040
name: ${{ github.sha }}-artifacts
4141
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}/*.tar.gz

0 commit comments

Comments
 (0)