Skip to content

Commit a8c53d8

Browse files
committed
Update GitHub actions
1 parent fc250b4 commit a8c53d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: bundle exec bake utopia:project:static --force no
4141

4242
- name: Upload documentation artifact
43-
uses: actions/upload-pages-artifact@v3
43+
uses: actions/upload-pages-artifact@v4
4444
with:
4545
path: docs
4646

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
ruby-version: "3.4"
5252
bundler-cache: true
5353

54-
- uses: actions/download-artifact@v6
54+
- uses: actions/download-artifact@v5
5555

5656
- name: Validate coverage
5757
timeout-minutes: 5

0 commit comments

Comments
 (0)