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 1616 fuzz-seconds : 600
1717 dry-run : false
1818 - name : Upload Crash
19- uses : actions/upload-artifact@v4
19+ uses : actions/upload-artifact@v5
2020 if : failure()
2121 with :
2222 name : artifacts
Original file line number Diff line number Diff line change 2727 run : ctest --test-dir build -V
2828 - name : Upload shared lib
2929 if : matrix.shared == 'ON'
30- uses : actions/upload-artifact@v4
30+ uses : actions/upload-artifact@v5
3131 with :
3232 name : ${{ matrix.os }}
3333 path : |
7373 run : ctest --test-dir build -V
7474 - name : Upload shared lib
7575 if : matrix.shared == 'ON'
76- uses : actions/upload-artifact@v4
76+ uses : actions/upload-artifact@v5
7777 with :
7878 name : windows-mingw64
7979 path : build/libutf8proc.*
Original file line number Diff line number Diff line change 3535 - name : Make lib
3636 run : make
3737 - name : Upload shared lib
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v5
3939 with :
4040 name : make-${{ matrix.os }}
4141 path : libutf8proc.*
You can’t perform that action at this time.
0 commit comments