Skip to content

Commit

Permalink
chore: update GH actions in linux build to latest versions
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Dec 12, 2024
1 parent 9d3081f commit db7dffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Enforce Go formatted code
run: "test -z $(gofmt -l .) || gofmt -d ."
- name: Install dependencies
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
go tool cover -html=/tmp/coverage.out -o /tmp/coverage.html
go tool cover -html=/tmp/contrib.out -o /tmp/contrib.html
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: /tmp/*.html

0 comments on commit db7dffb

Please sign in to comment.