Skip to content

Commit

Permalink
BIF-1578 update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ybrls committed Oct 15, 2024
1 parent 025dbba commit e92faa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
steps:

- name: Set up Go 1.xx
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.21
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Create Output Directory
run: mkdir -p .release
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
asset_content_type: application/zip

- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Release Artifacts
path: .release/**

0 comments on commit e92faa0

Please sign in to comment.