Skip to content

Commit

Permalink
GHA: upgrade upload-artifact version (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrnorm authored Feb 28, 2025
1 parent 91b9129 commit e1f1b5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
- name: Build All Platforms
run: make ci-cli-all-platforms
# Upload the built binaries to use in later tests on each platform
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: go-binaries-linux
path: ./bin/linux/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: go-binaries-macos
path: ./bin/macos/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: go-binaries-windows
path: ./bin/windows/
Expand Down

0 comments on commit e1f1b5a

Please sign in to comment.