Skip to content

Commit

Permalink
Bump the ci-dependencies group with 2 updates (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 9f826fa commit 0bc5318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
go test ./... -v -coverprofile cover.out -covermode=atomic
- name: Upload test coverage file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: cover.out
Expand All @@ -78,7 +78,7 @@ jobs:
fetch-depth: 0

- name: Download coverage result from unit-tests
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage

Expand All @@ -104,7 +104,7 @@ jobs:
fetch-depth: 0

- name: Download coverage result from unit-tests
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage

Expand Down

0 comments on commit 0bc5318

Please sign in to comment.