File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 go build -v -ldflags="-X 'github.com/timmo001/system-bridge/version.Version=${{ env.VERSION }}'" -o "system-bridge-linux"
7070
7171 - name : Upload application
72- uses : actions/upload-artifact@v5
72+ uses : actions/upload-artifact@v6
7373 with :
7474 name : system-bridge-linux-${{ env.VERSION }}
7575 path : system-bridge-linux
@@ -133,7 +133,7 @@ jobs:
133133 echo "::endgroup::"
134134
135135 - name : Upload packages
136- uses : actions/upload-artifact@v5
136+ uses : actions/upload-artifact@v6
137137 with :
138138 name : system-bridge-linux-packages-${{ matrix.build.package }}-${{ env.VERSION }}
139139 path : dist/**
@@ -215,7 +215,7 @@ jobs:
215215 echo "::endgroup::"
216216
217217 - name : Upload packages
218- uses : actions/upload-artifact@v5
218+ uses : actions/upload-artifact@v6
219219 with :
220220 name : system-bridge-windows-packages-${{ env.VERSION }}
221221 path : dist/**
You can’t perform that action at this time.
0 commit comments