diff --git a/.github/workflows/Deploy-internal.yml b/.github/workflows/Deploy-internal.yml index 426f078..4f6261e 100644 --- a/.github/workflows/Deploy-internal.yml +++ b/.github/workflows/Deploy-internal.yml @@ -62,7 +62,7 @@ jobs: wget https://github.com/JuliaSmoothOptimizers/JSOTutorials.jl/archive/refs/heads/gh-pages.zip unzip gh-pages.zip - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: . - name: list diff --git a/.github/workflows/Deploy-website.yml b/.github/workflows/Deploy-website.yml index dff37b6..58ebd16 100644 --- a/.github/workflows/Deploy-website.yml +++ b/.github/workflows/Deploy-website.yml @@ -70,7 +70,7 @@ jobs: BRANCH: 'jsotutorials-${{ github.event_name }}-${{ github.sha }}' steps: - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: . - name: list