Skip to content

Commit

Permalink
Sacrifice a commit to appease the dependency gods
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed Apr 6, 2024
1 parent 392abeb commit 1bf54b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: gacts/install-hurl@v1
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Build binaries for all platforms
run: .github/workflows/release.sh

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: xtemplate-dist
path: 'dist/*'
Expand Down

0 comments on commit 1bf54b0

Please sign in to comment.