Skip to content

Commit ecaae25

Browse files
chore(ci)(deps): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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 b6c148b commit ecaae25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
4949

5050
- name: Coverage report
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v7
5252
if: always()
5353
with:
5454
name: coverage-go-${{ matrix.go-version }}
@@ -114,7 +114,7 @@ jobs:
114114
echo "Built: $(ls -lh ${{ matrix.binary }})"
115115
116116
- name: Upload binary
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v7
118118
with:
119119
name: ${{ matrix.binary }}
120120
path: ${{ matrix.binary }}

0 commit comments

Comments
 (0)