File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131
3232 - name : Archive failed test output
3333 if : failure()
34- uses : actions/upload-artifact@v4
34+ uses : actions/upload-artifact@v5
3535 with :
3636 name : test-diff-files
3737 path : build/test*/*.diff
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ jobs:
4242 echo "::notice file=build/doc/pgfmanual.log,title=Overfull hbox(es)::$OVERFULL_HBOX"
4343
4444 - name : Upload manual
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : pgfmanual
4848 path : build/doc/pgfmanual.pdf
4949
5050 - name : Upload manual with aux
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v5
5252 with :
5353 name : pgfmanual-with-aux
5454 path : |
Original file line number Diff line number Diff line change 5151 run : |
5252 l3build ctan
5353
54- - uses : actions/upload-artifact@v4
54+ - uses : actions/upload-artifact@v5
5555 with :
5656 name : pgfmanual
5757 path : build/doc/pgfmanual.pdf
You can’t perform that action at this time.
0 commit comments