Skip to content

Commit 838f34c

Browse files
authored
Merge pull request #3 from xraph/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 4 to 6
2 parents b14f243 + 808963e commit 838f34c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Upload coverage
5252
if: github.event_name == 'pull_request'
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v6
5454
with:
5555
name: coverage-go${{ matrix.go-version }}
5656
path: coverage.out

0 commit comments

Comments
 (0)