Skip to content

Commit

Permalink
Bumped runners version
Browse files Browse the repository at this point in the history
  • Loading branch information
Devang-Solanki committed Oct 29, 2024
1 parent 80c3050 commit f0647e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

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

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: '1.23'

Expand All @@ -43,7 +43,7 @@ jobs:
zip varunastra_darwin_arm64.zip varunastra
- name: Upload binaries as artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: varunastra-binaries
path: |
Expand All @@ -57,12 +57,12 @@ jobs:
needs: build
steps:
- name: Download binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: varunastra-binaries

- name: Upload binaries to release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit f0647e1

Please sign in to comment.