Skip to content

Commit 530a4a2

Browse files
authored
Merge pull request #29 from IntelPython/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 4e52c07 + f9ae04f commit 530a4a2

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@v6
54+
uses: actions/download-artifact@v7
5555
with:
5656
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }}
5757

0 commit comments

Comments
 (0)