Skip to content

Commit

Permalink
Merge pull request #13 from rjuer/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
rjuer authored Aug 12, 2024
2 parents f1ba077 + 41b1459 commit 73cd8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
env GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -ldflags "-s -w" -o dist/cidr-${{ matrix.goos }}-${{ matrix.goarch }}
chmod +x dist/cidr-${{ matrix.goos }}-${{ matrix.goarch }}
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cidr-${{ matrix.goos }}-${{ matrix.goarch }}
path: dist/cidr-${{ matrix.goos }}-${{ matrix.goarch }}
Expand Down

0 comments on commit 73cd8fb

Please sign in to comment.