Skip to content

Commit f8b9dc4

Browse files
Merge pull request data-apis#357 from data-apis/dependabot/github_actions/actions-3249c11fdc
Bump the actions group with 2 updates
2 parents 5938c3f + 65412ed commit f8b9dc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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@v4
19+
uses: actions/upload-artifact@v5
2020
with:
2121
name: docs-build
2222
path: docs/_build/html

.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@v4
63+
uses: actions/upload-artifact@v5
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@v5
84+
uses: actions/download-artifact@v6
8585
with:
8686
name: dist-artifact
8787
path: dist

0 commit comments

Comments
 (0)