1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-01-03 10:06:01 +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, # 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) # which is the case here (TREXIO CI produced the Python API distribution tarball)
- name: Download 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: with:
# Specify the name of the workflow file which uploaded the tarball # Specify the name of the workflow file which uploaded the tarball
workflow: actions.yml workflow: actions.yml
@ -118,7 +118,7 @@ jobs:
path: dist path: dist
- name: Download 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: with:
workflow: actions.yml workflow: actions.yml
workflow_conclusion: success workflow_conclusion: success