File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,14 @@ jobs:
106106 run : mv ZBProxy-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.goarm }}${{ matrix.goamd64 }} ZBProxy-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.goarm }}${{ matrix.goamd64 }}.exe
107107
108108 - name : Upload a Non-Windows Build Artifact
109- uses : actions/upload-artifact@v4.0.0
109+ uses : actions/upload-artifact@v4
110110 if : ${{ env.GOOS != 'windows' }}
111111 with :
112112 name : ZBProxy-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.goarm }}${{ matrix.goamd64 }}
113113 path : ZBProxy-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.goarm }}${{ matrix.goamd64 }}
114114
115115 - name : Upload a Windows Build Artifact
116- uses : actions/upload-artifact@v4.0.0
116+ uses : actions/upload-artifact@v4
117117 if : ${{ env.GOOS == 'windows' }}
118118 with :
119119 name : ZBProxy-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.goarm }}${{ matrix.goamd64 }}.exe
You can’t perform that action at this time.
0 commit comments