Skip to content

Commit 60c3263

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0df6d25 commit 60c3263

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)