Skip to content

Commit 288942c

Browse files
Merge pull request data-apis#402 from data-apis/dependabot/github_actions/actions-7d98cfbead
Bump the actions group with 3 updates
2 parents 0ba7cec + 3e6e4d3 commit 288942c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cd docs
1717
make html
1818
- name: Upload Artifact
19-
uses: actions/upload-artifact@v6
19+
uses: actions/upload-artifact@v7
2020
with:
2121
name: docs-build
2222
path: docs/_build/html

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v6
1515
- name: Download Artifact
16-
uses: dawidd6/action-download-artifact@v15
16+
uses: dawidd6/action-download-artifact@v16
1717
with:
1818
workflow: docs-build.yml
1919
name: docs-build

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: python -m zipfile --list dist/array_api_compat-*.whl
6161

6262
- name: Upload distribution artifact
63-
uses: actions/upload-artifact@v6
63+
uses: actions/upload-artifact@v7
6464
with:
6565
name: dist-artifact
6666
path: dist
@@ -81,7 +81,7 @@ jobs:
8181

8282
steps:
8383
- name: Download distribution artifact
84-
uses: actions/download-artifact@v7
84+
uses: actions/download-artifact@v8
8585
with:
8686
name: dist-artifact
8787
path: dist

0 commit comments

Comments
 (0)