Skip to content

Commit 5b49abd

Browse files
authored
Upgrade download-artifact action to version 4
1 parent 4cdedf5 commit 5b49abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Deploy-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
wget https://github.com/JuliaSmoothOptimizers/JSOTutorials.jl/archive/refs/heads/gh-pages.zip
6363
unzip gh-pages.zip
6464
- name: Download artifact
65-
uses: actions/download-artifact@v3
65+
uses: actions/download-artifact@v4
6666
with:
6767
path: .
6868
- name: list

0 commit comments

Comments
 (0)