Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastiaanKlippert committed Jun 23, 2024
1 parent 32f5bf5 commit 0bc1e7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
build-and-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.7

- name: Install wkhtmltopdf
run: brew install wkhtmltopdf

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5.0.1
with:
go-version: stable

Expand All @@ -28,7 +28,7 @@ jobs:
run: go test -v .

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.3
with:
name: TestPDFs
path: '**/*.pdf'

0 comments on commit 0bc1e7d

Please sign in to comment.