Skip to content

Commit 7ae2bcf

Browse files
authored
Update release.yml
1 parent 174ef76 commit 7ae2bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
run: promu info
171171

172172
- name: Download .build artifacts from Build Step
173-
uses: actions/download-artifact@v1
173+
uses: actions/download-artifact@v2
174174
with:
175175
name: .build
176176
path: .build
@@ -196,7 +196,7 @@ jobs:
196196
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
197197

198198
- name: Upload Artifacts to Github
199-
uses: actions/upload-artifact@v1
199+
uses: actions/upload-artifact@v2
200200
with:
201201
name: releases
202202
path: .tarballs

0 commit comments

Comments
 (0)