Skip to content

Commit 4cdedf5

Browse files
authored
Update download-artifact action to version 4
1 parent 464d9d2 commit 4cdedf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
BRANCH: 'jsotutorials-${{ github.event_name }}-${{ github.sha }}'
7171
steps:
7272
- name: Download artifact
73-
uses: actions/download-artifact@v3
73+
uses: actions/download-artifact@v4
7474
with:
7575
path: .
7676
- name: list

0 commit comments

Comments
 (0)