Skip to content

Commit 6f0218d

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94e0de0 commit 6f0218d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: go test -race -count=1 -failfast -shuffle=on -coverprofile=${{ matrix.os }}-profile -covermode=atomic -coverpkg=./... ./...
2525

2626
- name: upload cover profile artifact
27-
uses: actions/upload-artifact@v5
27+
uses: actions/upload-artifact@v6
2828
with:
2929
name: ${{ matrix.os }}-profile
3030
path: ${{ matrix.os }}-profile
@@ -73,7 +73,7 @@ jobs:
7373
diff-base-breakdown-file-name: ${{ steps.download-main-breakdown.outputs.found_artifact == 'true' && 'main.breakdown' || '' }}
7474

7575
- name: upload artifact (main.breakdown)
76-
uses: actions/upload-artifact@v5
76+
uses: actions/upload-artifact@v6
7777
if: github.ref_name == 'main'
7878
with:
7979
name: main.breakdown

0 commit comments

Comments
 (0)