Skip to content

Commit

Permalink
Merge pull request #147 from mazrean/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
mazrean authored Jan 13, 2024
2 parents 7f7263e + 89d2f0a commit feb3cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
go-version-file: go.mod
- run: go build -o genorm ./cmd/genorm/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: genorm
path: ./genorm
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
uses: codecov/[email protected]
with:
file: ./coverage.txt
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: coverage.txt
path: coverage.txt

0 comments on commit feb3cbd

Please sign in to comment.