1
0
forked from GitHub/gf-core

upgrade version for actions/download-artifact

This commit is contained in:
Krasimir Angelov
2023-01-26 11:22:01 +01:00
parent 20efd1578f
commit 9c07ab73ca

View File

@@ -328,17 +328,17 @@ jobs:
- name: Install twine
run: pip install twine
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@master
with:
name: python-linux
path: ./dist
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@master
with:
name: python-macos
path: ./dist
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@master
with:
name: python-windows
path: ./dist