1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-11-03 12:43:55 +01:00

[wheel build] Downgrade the download-artifact version

This commit is contained in:
q-posev 2024-08-17 18:32:15 +02:00
parent f06396a665
commit 410fa140e4

View File

@ -65,7 +65,7 @@ jobs:
# Conventional download-artifact action does not work for artifact produced in a different workflow,
# which is the case here (TREXIO CI produced the Python API distribution tarball)
- name: Download the Python API distribution tarball
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v2
with:
# Specify the name of the workflow file which uploaded the tarball
workflow: actions.yml
@ -118,7 +118,7 @@ jobs:
path: dist
- name: Download the Python API distribution tarball
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v2
with:
workflow: actions.yml
workflow_conclusion: success