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.
2 parents 0df6d25 + 60c3263 commit 728c5c0Copy full SHA for 728c5c0
.github/workflows/cpymad.yml
@@ -99,7 +99,7 @@ jobs:
99
python-version: '3.x'
100
101
- name: Download MAD-X
102
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4.1.7
103
with:
104
name: madx-static-${{ matrix.os }}-64
105
path: ${{ env.MADXDIR }}
.github/workflows/manylinux.yml
@@ -79,7 +79,7 @@ jobs:
79
80
steps:
81
- uses: actions/checkout@v3
82
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4.1.7
83
84
name: bin-manylinux${{ matrix.manylinux }}-${{ matrix.buildtool }}
85
path: bin
0 commit comments