We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464d9d2 commit f1dcae1Copy full SHA for f1dcae1
.github/workflows/Deploy-internal.yml
@@ -62,7 +62,7 @@ jobs:
62
wget https://github.com/JuliaSmoothOptimizers/JSOTutorials.jl/archive/refs/heads/gh-pages.zip
63
unzip gh-pages.zip
64
- name: Download artifact
65
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
66
with:
67
path: .
68
- name: list
.github/workflows/Deploy-website.yml
@@ -70,7 +70,7 @@ jobs:
70
BRANCH: 'jsotutorials-${{ github.event_name }}-${{ github.sha }}'
71
steps:
72
73
74
75
76
0 commit comments