File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,19 @@ jobs:
4545 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
4646 - name : Save PFSS plot as artifcat
4747 if : always()
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v5
4949 with :
5050 name : ${{ matrix.python-version }}-pfss-plot-artifact
5151 path : " /home/runner/work/solarmach/solarmach/tmp_solarmach_pfss.png"
5252 - name : Save standard plot as artifcat
5353 if : always()
54- uses : actions/upload-artifact@v4
54+ uses : actions/upload-artifact@v5
5555 with :
5656 name : ${{ matrix.python-version }}-standard-plot-artifact
5757 path : " /home/runner/work/solarmach/solarmach/tmp_solarmach.png"
5858 - name : Save pytest-mpl report as artifcat
5959 if : always()
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v5
6161 with :
6262 name : ${{ matrix.python-version }}-pytest-mpl-report-artifact
6363 path : " /home/runner/work/solarmach/solarmach/report/"
You can’t perform that action at this time.
0 commit comments