Skip to content

Commit 0690ed8

Browse files
author
Morgan Jézéquel
committed
fix(ci): update actions versions
1 parent 96a1ced commit 0690ed8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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
@@ -59,7 +59,7 @@ jobs:
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

0 commit comments

Comments
 (0)