Skip to content

Commit e32b3ff

Browse files
committed
update.
1 parent 5f868f8 commit e32b3ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
139139
- name: Upload artifact
140140
if: matrix.ext == 'rpm'
141-
uses: actions/upload-artifact@v1
141+
uses: actions/upload-artifact@v2
142142
with:
143143
name: build-${{ matrix.target }}
144144
path: hwatch-${{ steps.package_version.outputs.version }}.${{ matrix.target }}.rpm
@@ -150,21 +150,21 @@ jobs:
150150
151151
- name: Upload artifact
152152
if: matrix.ext == 'deb'
153-
uses: actions/upload-artifact@v1
153+
uses: actions/upload-artifact@v2
154154
with:
155155
name: build-${{ matrix.target }}
156156
path: hwatch-${{ steps.package_version.outputs.version }}.${{ matrix.target }}.deb
157157

158158
- name: Upload artifact
159159
if: matrix.ext == 'tar.gz'
160-
uses: actions/upload-artifact@v1
160+
uses: actions/upload-artifact@v2
161161
with:
162162
name: build-${{ matrix.target }}
163163
path: hwatch-${{ steps.package_version.outputs.version }}.${{ matrix.target }}.tar.gz
164164

165165
- name: Upload artifact
166166
if: matrix.ext == 'zip'
167-
uses: actions/upload-artifact@v1
167+
uses: actions/upload-artifact@v2
168168
with:
169169
name: build-${{ matrix.target }}
170170
path: hwatch-${{ steps.package_version.outputs.version }}.${{ matrix.target }}.zip
@@ -199,7 +199,7 @@ jobs:
199199
- run: |
200200
echo '${{ steps.create-release.outputs.upload_url }}' > release_upload_url.txt
201201
202-
- uses: actions/upload-artifact@v1
202+
- uses: actions/upload-artifact@v2
203203
with:
204204
name: create-release
205205
path: release_upload_url.txt

0 commit comments

Comments
 (0)