Skip to content

Commit 621448c

Browse files
committed
[#0000] Bump actions/download-artifact from v6 to v7 in CI and publish workflows to avoid GitHub Actions Node.js 20 deprecation warnings.
1 parent a3bab9e commit 621448c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
python-version: ${{ matrix.python }}
8888

89-
- uses: actions/download-artifact@v6
89+
- uses: actions/download-artifact@v7
9090
with:
9191
name: wheel-${{ matrix.os }}-py${{ matrix.python }}
9292
path: dist
@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
python-version: ${{ matrix.python }}
126126

127-
- uses: actions/download-artifact@v6
127+
- uses: actions/download-artifact@v7
128128
with:
129129
name: wheel-${{ matrix.os }}-py${{ matrix.python }}
130130
path: dist

.github/workflows/publish-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: Download distributions
61-
uses: actions/download-artifact@v6
61+
uses: actions/download-artifact@v7
6262
with:
6363
name: dist
6464
path: dist

0 commit comments

Comments
 (0)