File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Upload artifact
117117 if : matrix.ext == 'rpm'
118- uses : actions/upload-artifact@v3
118+ uses : actions/upload-artifact@v4
119119 with :
120120 name : build-${{ matrix.goos }}_${{ matrix.goarch }}
121121 path : lssh_${{ steps.package_version.outputs.version }}_${{ matrix.goos }}_${{ matrix.goarch }}.rpm
@@ -127,21 +127,21 @@ jobs:
127127
128128 - name : Upload artifact
129129 if : matrix.ext == 'deb'
130- uses : actions/upload-artifact@v3
130+ uses : actions/upload-artifact@v4
131131 with :
132132 name : build-${{ matrix.goos }}_${{ matrix.goarch }}
133133 path : lssh_${{ steps.package_version.outputs.version }}_${{ matrix.goos }}_${{ matrix.goarch }}.deb
134134
135135 - name : Upload artifact
136136 if : matrix.ext == 'tar.gz'
137- uses : actions/upload-artifact@v3
137+ uses : actions/upload-artifact@v4
138138 with :
139139 name : build-${{ matrix.goos }}_${{ matrix.goarch }}
140140 path : lssh_${{ steps.package_version.outputs.version }}_${{ matrix.goos }}_${{ matrix.goarch }}.tar.gz
141141
142142 - name : Upload artifact
143143 if : matrix.ext == 'zip'
144- uses : actions/upload-artifact@v3
144+ uses : actions/upload-artifact@v4
145145 with :
146146 name : build-${{ matrix.goos }}_${{ matrix.goarch }}
147147 path : lssh_${{ steps.package_version.outputs.version }}_${{ matrix.goos }}_${{ matrix.goarch }}.zip
You can’t perform that action at this time.
0 commit comments