Skip to content

Commit 6d92720

Browse files
authored
Merge pull request #19 from IntelPython/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 35a40a7 + 3c058e8 commit 6d92720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Download conda artifact
54-
uses: actions/download-artifact@v4
54+
uses: actions/download-artifact@v5
5555
with:
5656
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }}
5757

0 commit comments

Comments
 (0)