We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174ef76 commit 7ae2bcfCopy full SHA for 7ae2bcf
.github/workflows/release.yml
@@ -170,7 +170,7 @@ jobs:
170
run: promu info
171
172
- name: Download .build artifacts from Build Step
173
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v2
174
with:
175
name: .build
176
path: .build
@@ -196,7 +196,7 @@ jobs:
196
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
197
198
- name: Upload Artifacts to Github
199
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v2
200
201
name: releases
202
path: .tarballs
0 commit comments