Skip to content

Commit e1f1b5a

Browse files
authored
GHA: upgrade upload-artifact version (fwdcloudsec#833)
1 parent 91b9129 commit e1f1b5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
- name: Build All Platforms
3535
run: make ci-cli-all-platforms
3636
# Upload the built binaries to use in later tests on each platform
37-
- uses: actions/upload-artifact@v3
37+
- uses: actions/upload-artifact@v4
3838
with:
3939
name: go-binaries-linux
4040
path: ./bin/linux/
41-
- uses: actions/upload-artifact@v3
41+
- uses: actions/upload-artifact@v4
4242
with:
4343
name: go-binaries-macos
4444
path: ./bin/macos/
45-
- uses: actions/upload-artifact@v3
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
name: go-binaries-windows
4848
path: ./bin/windows/

0 commit comments

Comments
 (0)