Skip to content

Commit 57e2b28

Browse files
authored
Merge pull request #1 from urmzd/dependabot/github_actions/main/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 4 to 7
2 parents 39066cf + e35b2f1 commit 57e2b28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
go-version: ${{ matrix.go-version }}
4949
- run: go test -coverprofile=coverage.out -covermode=atomic ./...
50-
- uses: actions/upload-artifact@v4
50+
- uses: actions/upload-artifact@v7
5151
if: matrix.go-version == 'stable'
5252
with:
5353
name: coverage

0 commit comments

Comments
 (0)