Skip to content

Commit d81e8fa

Browse files
committed
fix: complete rewrite of GitHub Actions workflow with latest action versions
1 parent 85c1915 commit d81e8fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v3.5.3
16+
uses: actions/checkout@v4
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@v4.1.0
19+
uses: actions/setup-go@v5
2020
with:
2121
go-version: '1.20'
2222

@@ -33,7 +33,7 @@ jobs:
3333
go tool cover -func=coverage/coverage.out
3434
3535
- name: Upload Coverage Report
36-
uses: actions/upload-artifact@v3.1.2
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: coverage-report
3939
path: coverage/

0 commit comments

Comments
 (0)