Skip to content

Commit f0e354e

Browse files
dependabot[bot]vincentbernat
authored andcommitted
build: bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0daa37 commit f0e354e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build and run
3232
run: make && ./bin/hellogopher hello
3333
- name: Upload binary
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@v7
3535
if: matrix.go-version == 'stable'
3636
with:
3737
name: binary-${{ matrix.os }}

0 commit comments

Comments
 (0)