Skip to content

Commit a678290

Browse files
[chore] : Bump actions/upload-artifact in the actions group
Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 13f1bb2 commit a678290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-getter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
247247
# Save coverage report parts
248248
- name: Upload and save artifacts
249-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
249+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
250250
with:
251251
name: linux-test-results-${{ matrix.go-version }}
252252
path: linux_cov.part
@@ -314,7 +314,7 @@ jobs:
314314
315315
# Save coverage report parts
316316
- name: Upload and save artifacts
317-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
317+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
318318
with:
319319
name: windows-test-results-${{ matrix.go-version }}
320320
path: win_cov.part

0 commit comments

Comments
 (0)