forked from GitHub/gf-core
upgrade version for actions/download-artifact
This commit is contained in:
6
.github/workflows/build-majestic.yml
vendored
6
.github/workflows/build-majestic.yml
vendored
@@ -328,17 +328,17 @@ jobs:
|
|||||||
- name: Install twine
|
- name: Install twine
|
||||||
run: pip install twine
|
run: pip install twine
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@master
|
||||||
with:
|
with:
|
||||||
name: python-linux
|
name: python-linux
|
||||||
path: ./dist
|
path: ./dist
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@master
|
||||||
with:
|
with:
|
||||||
name: python-macos
|
name: python-macos
|
||||||
path: ./dist
|
path: ./dist
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@master
|
||||||
with:
|
with:
|
||||||
name: python-windows
|
name: python-windows
|
||||||
path: ./dist
|
path: ./dist
|
||||||
|
|||||||
Reference in New Issue
Block a user