mirror of
https://github.com/containrrr/watchtower.git
synced 2026-02-15 03:38:06 +01:00
Updated actions/setup-go and codecov/codecov-action
This commit is contained in:
parent
a91faa8396
commit
f59a378882
4 changed files with 10 additions and 10 deletions
4
.github/workflows/release-dev.yaml
vendored
4
.github/workflows/release-dev.yaml
vendored
|
|
@ -24,13 +24,13 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.20.x
|
||||
- name: Test
|
||||
run: go test -v -coverprofile coverage.out -covermode atomic ./...
|
||||
- name: Publish coverage
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
publish:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue