Skip to content

Commit 7cdc741

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 3a5f128 commit 7cdc741

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
@@ -26,7 +26,7 @@ jobs:
2626
run: go test -race -count=1 -failfast -shuffle=on -coverprofile=${{ matrix.os }}-profile -covermode=atomic -coverpkg=./... ./...
2727

2828
- name: upload cover profile artifact
29-
uses: actions/upload-artifact@v5
29+
uses: actions/upload-artifact@v6
3030
with:
3131
name: ${{ matrix.os }}-profile
3232
path: ${{ matrix.os }}-profile
@@ -75,7 +75,7 @@ jobs:
7575
diff-base-breakdown-file-name: ${{ steps.download-main-breakdown.outputs.found_artifact == 'true' && 'main.breakdown' || '' }}
7676

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

0 commit comments

Comments
 (0)