Skip to content

Commit 478d654

Browse files
chore(deps): bump actions/upload-artifact from 6 to 7 (#31)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5305b07 commit 478d654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: go test -v -race -coverprofile=coverage.out ./...
7272

7373
- name: Upload coverage artifact
74-
uses: actions/upload-artifact@v6
74+
uses: actions/upload-artifact@v7
7575
with:
7676
name: coverage
7777
path: coverage.out
@@ -145,7 +145,7 @@ jobs:
145145
go build -ldflags "${LDFLAGS}" -o "build/${BINARY_NAME}" ./cmd/atl
146146
147147
- name: Upload build artifact
148-
uses: actions/upload-artifact@v6
148+
uses: actions/upload-artifact@v7
149149
with:
150150
name: atl-${{ matrix.goos }}-${{ matrix.goarch }}
151151
path: build/

0 commit comments

Comments
 (0)