Skip to content

Commit ab59511

Browse files
authored
Merge pull request #31 from IntelPython/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 2cb0dc8 + 9a29a6a commit ab59511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)