Skip to content

Commit 88535e5

Browse files
Merge pull request #367 from data-apis/dependabot/github_actions/actions-c2e7f7cad0
Bump the actions group with 2 updates
2 parents 1609bf4 + da7d9ec commit 88535e5

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

0 commit comments

Comments
 (0)