Skip to content

Commit 7131eaf

Browse files
committed
Update deprecated download / upload artifact action
1 parent 9363317 commit 7131eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build dash-bootstrap-components
4141
run: npm run build
4242
- name: Upload generated files
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: dash-bootstrap-components
4646
path: dash_bootstrap_components/_components
@@ -76,7 +76,7 @@ jobs:
7676
- name: Lint Python source
7777
if: matrix.python-version == '3.12'
7878
run: nox -s lint
79-
- uses: actions/download-artifact@v2
79+
- uses: actions/download-artifact@v4
8080
with:
8181
name: dash-bootstrap-components
8282
path: dash_bootstrap_components/_components

0 commit comments

Comments
 (0)