Skip to content

Commit

Permalink
Merge pull request #91 from ynHuber/master
Browse files Browse the repository at this point in the history
Fixed deprecated build artifacts
  • Loading branch information
ynHuber authored Feb 3, 2025
2 parents 48a66f9 + 3c56047 commit 381d693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: go build -o flowpipeline -ldflags "-X main.Version=${{ github.sha }}" .

- name: save binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.6.0
with:
name: flowpipeline-${{ matrix.goos }}
path: ./flowpipeline
Expand All @@ -47,7 +47,7 @@ jobs:
CGO_ENABLED: 0

- name: save statically linked binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.6.0
with:
name: flowpipeline-${{ matrix.goos }}-static
path: ./flowpipeline-static

0 comments on commit 381d693

Please sign in to comment.