Skip to content

Commit 728c5c0

Browse files
authored
Merge pull request MethodicalAcceleratorDesign#1229 from MethodicalAcceleratorDesign/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2 parents 0df6d25 + 60c3263 commit 728c5c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cpymad.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
python-version: '3.x'
100100

101101
- name: Download MAD-X
102-
uses: actions/download-artifact@v2
102+
uses: actions/download-artifact@v4.1.7
103103
with:
104104
name: madx-static-${{ matrix.os }}-64
105105
path: ${{ env.MADXDIR }}

.github/workflows/manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
steps:
8181
- uses: actions/checkout@v3
82-
- uses: actions/download-artifact@v3
82+
- uses: actions/download-artifact@v4.1.7
8383
with:
8484
name: bin-manylinux${{ matrix.manylinux }}-${{ matrix.buildtool }}
8585
path: bin

0 commit comments

Comments
 (0)