File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848 run : |
4949 bash .github/workflows/build_tutorial.sh ${{ matrix.tutorial }}
5050 - name : Upload artifact
51- uses : actions/upload-artifact@v3
51+ uses : actions/upload-artifact@v4
5252 with :
5353 path : markdown/*
5454
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
Original file line number Diff line number Diff line change 5757 run : |
5858 bash .github/workflows/build_tutorial.sh ${{ matrix.tutorial }}
5959 - name : Upload artifact
60- uses : actions/upload-artifact@v3
60+ uses : actions/upload-artifact@v4
6161 with :
6262 path : parsed/*
6363
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
You can’t perform that action at this time.
0 commit comments