Skip to content

Commit

Permalink
v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraient committed Oct 26, 2024
1 parent ba5e844 commit a06451d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
go build -o "$outputDir\curd.exe" .\cmd\curd\main.go
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4 # Updated to version 4
with:
name: curd-binaries
path: |
Expand All @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v2

- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4 # Updated to version 4
with:
name: curd-binaries
path: Build # Specify where to download the artifacts
Expand Down

0 comments on commit a06451d

Please sign in to comment.