File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979 go build -tags "static system_libgit2 enable_libgit2"
8080
8181 - name : Upload modctl
82- uses : actions/upload-artifact@v5
82+ uses : actions/upload-artifact@v6
8383 with :
8484 name : modctl-artifact
8585 path : modctl
@@ -110,7 +110,7 @@ jobs:
110110 hf download ${{ env.MODEL }} --local-dir ${{ env.MODEL_DIR }}
111111
112112 - name : Upload model
113- uses : actions/upload-artifact@v5
113+ uses : actions/upload-artifact@v6
114114 with :
115115 name : model-artifact
116116 path : ${{ env.MODEL_DIR }}
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 nfpm pkg --packager rpm --config hack/nfpm.yaml --target dist/modctl-${TAG}-${{ matrix.goos }}-${{ matrix.goarch }}.rpm
126126
127127 - name : Upload artifacts
128- uses : actions/upload-artifact@v5
128+ uses : actions/upload-artifact@v6
129129 with :
130130 name : modctl-${{ matrix.goos }}-${{ matrix.goarch }}
131131 path : dist/
You can’t perform that action at this time.
0 commit comments