File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 COVERAGE: ${{ matrix.coverage }}
4242 - name: Generate coverage artifact
4343 if: ${{ matrix.coverage }}
44- uses: actions/upload-artifact@v3
44+ uses: actions/upload-artifact@v4
4545 with:
4646 name: docs-coverage
4747 path: docs/coverage
5959 - name: Generate Ruby API documentation
6060 run : bundle exec yard doc
6161 - name: Generate Ruby API documentation artifact
62- uses: actions/upload-artifact@v3
62+ uses: actions/upload-artifact@v4
6363 with:
6464 name: docs-ruby
6565 path: docs/ruby
@@ -80,12 +80,12 @@ jobs:
8080 url: ${{ steps.deployment.outputs.page_url }}
8181 steps:
8282 - name: Fetch Ruby API documentation artifact
83- uses: actions/download-artifact@v3
83+ uses: actions/download-artifact@v4
8484 with:
8585 name: docs-ruby
8686 path: docs/ruby
8787 - name: Fetch coverage artifact
88- uses: actions/download-artifact@v3
88+ uses: actions/download-artifact@v4
8989 with:
9090 name: docs-coverage
9191 path: docs/coverage
You can’t perform that action at this time.
0 commit comments