Skip to content

Commit

Permalink
pgqueue: upgrade GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ucirello committed Apr 1, 2024
1 parent 264b9ee commit 4d5bbb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 'stable'

Expand All @@ -40,7 +40,7 @@ jobs:
go tool cover -html=coverage.out -o coverage.html
- name: Upload coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage.html
path: coverage.html

0 comments on commit 4d5bbb6

Please sign in to comment.