Skip to content

Commit ff477fd

Browse files
authored
chore(deps): update github artifact actions (major) (#10)
2 parents 0eb61b9 + a781a70 commit ff477fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
go tool cover -func=coverage.out | grep -v "total:" | awk '{print "| " $1 " " $2 " | " $3 " |"}' >> $GITHUB_STEP_SUMMARY
4040
4141
- name: Upload coverage to artifacts
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: coverage-report
4545
path: coverage.out

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v6
4545

4646
- name: Download all artifacts
47-
uses: actions/download-artifact@v6
47+
uses: actions/download-artifact@v7
4848
with:
4949
path: artifacts
5050

0 commit comments

Comments
 (0)