File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 if : matrix.java == 17
4141 run : ./gradlew integ -Plog-tests --stacktrace
4242
43- - uses : actions/upload-artifact@v4
43+ - uses : actions/upload-artifact@v5
4444 if : failure()
4545 with :
4646 name : java-${{ matrix.java }}-${{ matrix.os }}-test-report
6363 - name : Build docs
6464 run : cd docs && make html
6565
66- - uses : actions/upload-artifact@v4
66+ - uses : actions/upload-artifact@v5
6767 with :
6868 name : built-docs
6969 path : docs/build/html
Original file line number Diff line number Diff line change 6868 rm $ARTIFACTS_DIR/objects.inv || true
6969
7070 - name : Upload artifacts
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v5
7272 with :
7373 name : smithy-docs
7474 path : ${{ env.ARTIFACTS_DIR }}
You can’t perform that action at this time.
0 commit comments