Skip to content

Commit

Permalink
Update Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sergystepanov committed Feb 7, 2024
1 parent a3f0705 commit e67b98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.0

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
make build test verify-cores
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: emulator-test-frames
Expand Down

0 comments on commit e67b98d

Please sign in to comment.