We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc250b4 commit a8c53d8Copy full SHA for a8c53d8
2 files changed
.github/workflows/documentation.yaml
@@ -40,7 +40,7 @@ jobs:
40
run: bundle exec bake utopia:project:static --force no
41
42
- name: Upload documentation artifact
43
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
44
with:
45
path: docs
46
.github/workflows/test-coverage.yaml
@@ -51,7 +51,7 @@ jobs:
51
ruby-version: "3.4"
52
bundler-cache: true
53
54
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v5
55
56
- name: Validate coverage
57
timeout-minutes: 5
0 commit comments