Skip to content

Commit c2f93ec

Browse files
committed
update. upgrade packages
1 parent e9f9205 commit c2f93ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)