Skip to content

Commit 9aa4b8e

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#229)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vladopajic <[email protected]>
1 parent 2f3a667 commit 9aa4b8e

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@v4
27+
uses: actions/upload-artifact@v5
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@v4
76+
uses: actions/upload-artifact@v5
7777
if: github.ref_name == 'main'
7878
with:
7979
name: main.breakdown

0 commit comments

Comments
 (0)