Skip to content

Commit 3be6fee

Browse files
authored
Merge pull request #1655 from gotd/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 5 to 6
2 parents 9a48b81 + f80c7c3 commit 3be6fee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: go test -benchtime 100ms -v -bench . -run ^$ ./... | tee benchmark.txt
3737

3838
- name: Upload artifact
39-
uses: actions/upload-artifact@v5
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: benchmark-result
4242
path: benchmark.txt

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: make coverage
3838

3939
- name: Upload artifact
40-
uses: actions/upload-artifact@v5
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: coverage
4343
path: profile.out

0 commit comments

Comments
 (0)