Skip to content

Commit 930de6e

Browse files
committed
update to v4 of actions/download-artifact
1 parent d398a95 commit 930de6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
python-version: '3.9'
6767
architecture: 'x64'
68-
- uses: actions/download-artifact@v3
68+
- uses: actions/download-artifact@v4
6969
with:
7070
name: extension-artifacts
7171
- name: Install and Test
@@ -98,7 +98,7 @@ jobs:
9898
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
9999

100100
- name: Download extension package
101-
uses: actions/download-artifact@v3
101+
uses: actions/download-artifact@v4
102102
with:
103103
name: extension-artifacts
104104

0 commit comments

Comments
 (0)