Skip to content

Commit 716c20f

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e25fcb commit 716c20f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
environment-file: .github/locks/meta/linux-64/conda.lock
7070
miniforge-variant: Mambaforge
7171
use-mamba: true
72-
- uses: actions/download-artifact@v3
72+
- uses: actions/download-artifact@v4.1.7
7373
with:
7474
name: rfjl_${{ github.run_number }}_dist
7575
path: ./dist
@@ -159,7 +159,7 @@ jobs:
159159
miniforge-variant: Mambaforge
160160
use-mamba: true
161161
- if: always()
162-
uses: actions/download-artifact@v3
162+
uses: actions/download-artifact@v4.1.7
163163
with:
164164
name: rfjl_${{ github.run_number }}_dist
165165
path: ./dist

0 commit comments

Comments
 (0)