Skip to content

Commit b51c148

Browse files
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 aaf5359 commit b51c148

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
GH_TOKEN: ${{ secrets.GH_TOKEN }}
113113
GOCOVER_MODE: set
114114
- name: Store test coverage
115-
uses: actions/upload-artifact@v4
115+
uses: actions/upload-artifact@v7
116116
with:
117117
name: unit_cover
118118
path: cover.out
@@ -146,7 +146,7 @@ jobs:
146146
shell: bash
147147
run: go tool covdata textfmt -i=integration_tests/gocover -o cover.out
148148
- name: Store test coverage
149-
uses: actions/upload-artifact@v4
149+
uses: actions/upload-artifact@v7
150150
with:
151151
name: integration_cover
152152
path: cover.out
@@ -200,7 +200,7 @@ jobs:
200200
shell: bash
201201
run: go tool cover -html=cover.out -o cover.html
202202
- name: Upload test coverage
203-
uses: actions/upload-artifact@v4
203+
uses: actions/upload-artifact@v7
204204
with:
205205
name: test_coverage
206206
path: |

0 commit comments

Comments
 (0)