Skip to content

Commit 5476c19

Browse files
Bump actions/download-artifact from 4 to 5 in the actions group (#18)
Bumps the actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5f725a commit 5476c19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
python-version: "3.12"
150150
if: ${{ matrix.os == 'macos-14' }}
151151
- run: ./tools/extract_version.sh
152-
- uses: actions/download-artifact@v4
152+
- uses: actions/download-artifact@v5
153153
with:
154154
name: ${{ env.PKG_INSTALLER_ARTIFACT_ID }}
155155
- name: Run installer
@@ -187,7 +187,7 @@ jobs:
187187
steps:
188188
- uses: actions/checkout@v4
189189
- run: ./tools/extract_version.sh
190-
- uses: actions/download-artifact@v4
190+
- uses: actions/download-artifact@v5
191191
with:
192192
name: ${{ env.PKG_INSTALLER_ARTIFACT_ID }}
193193
- run: sh ./${PKG_INSTALLER_NAME} -b
@@ -219,7 +219,7 @@ jobs:
219219
steps:
220220
- uses: actions/checkout@v4
221221
- run: ./tools/extract_version.sh
222-
- uses: actions/download-artifact@v4
222+
- uses: actions/download-artifact@v5
223223
with:
224224
name: ${{ env.PKG_INSTALLER_ARTIFACT_ID }}
225225
# https://docs.anaconda.com/anaconda/install/silent-mode.html#windows
@@ -251,7 +251,7 @@ jobs:
251251
shell: bash -el {0}
252252
steps:
253253
# These names should correspond to PKG_INSTALLER_ARTIFACT_ID in tools/extract_version.sh
254-
- uses: actions/download-artifact@v4
254+
- uses: actions/download-artifact@v5
255255
with:
256256
pattern: ${{ env.PROJECT_NAME }}-*
257257
merge-multiple: true

0 commit comments

Comments
 (0)