Skip to content

Commit e42bcd0

Browse files
authored
Merge pull request #1580 from notjulian/master
Update build.yml
2 parents 297ecfb + 876390a commit e42bcd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ jobs:
102102
env: { GOOS: freebsd, GOARCH: amd64 }
103103
run: go build -ldflags "-s -w" -trimpath
104104
- name: Upload go2rtc_freebsd_amd64
105-
uses: actions/upload-artifact@v3
105+
uses: actions/upload-artifact@v4
106106
with: { name: go2rtc_freebsd_amd64, path: go2rtc }
107107

108108
- name: Build go2rtc_freebsd_arm64
109109
env: { GOOS: freebsd, GOARCH: arm64 }
110110
run: go build -ldflags "-s -w" -trimpath
111111
- name: Upload go2rtc_freebsd_arm64
112-
uses: actions/upload-artifact@v3
112+
uses: actions/upload-artifact@v4
113113
with: { name: go2rtc_freebsd_arm64, path: go2rtc }
114114

115115
docker-master:

0 commit comments

Comments
 (0)