Skip to content

Commit f13e9f2

Browse files
chore(deps): update github workflows to v7
Generated by renovateBot
1 parent e7da75d commit f13e9f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
go-version: "1.25"
8585

8686
- name: Run GoReleaser
87-
uses: goreleaser/goreleaser-action@v6
87+
uses: goreleaser/goreleaser-action@v7
8888
with:
8989
distribution: goreleaser
9090
version: latest

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
go test -race -json -v ./... 2>&1 | tee test.log
4545
4646
- name: Upload test log
47-
uses: actions/upload-artifact@v6
47+
uses: actions/upload-artifact@v7
4848
if: always()
4949
with:
5050
name: test-log-${{ matrix.os }}

0 commit comments

Comments
 (0)