Skip to content

Commit

Permalink
fix: change the upload and download artifact version to 3 in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saiaunghlyanhtet committed Sep 19, 2024
1 parent 2677889 commit acfc297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: "1.18"

- name: Build Go binary
run: go build -o bootstrap ./cmd/main.go
Expand All @@ -29,7 +29,7 @@ jobs:
run: zip -r lambda.zip bootstrap vendor

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: lambda
path: ./lambda.zip
Expand All @@ -41,7 +41,7 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: lambda
path: .
Expand Down

0 comments on commit acfc297

Please sign in to comment.