Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 1, 2024
1 parent f7b052a commit d8cc141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: go mod download
- name: test
run: go test -v -race -coverprofile=cover.out ./...
- uses: actions/upload-artifact@v3.1.3
- uses: actions/upload-artifact@v4.3.1
with:
name: coverage
path: ./cover.out
Expand All @@ -47,7 +47,7 @@ jobs:
- test
steps:
- uses: actions/[email protected]
- uses: actions/download-artifact@v3.0.2
- uses: actions/download-artifact@v4.1.4
with:
name: coverage
- uses: k1LoW/[email protected]
Expand Down

0 comments on commit d8cc141

Please sign in to comment.