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.
2 parents d1ad1ff + 539a029 commit 1431a1eCopy full SHA for 1431a1e
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
COUNTLY_AUTH_TOKEN: test-token-for-ci
58
59
- name: Upload build artifacts
60
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
61
with:
62
name: build
63
path: build/
.github/workflows/test.yml
@@ -67,7 +67,7 @@ jobs:
67
fail_ci_if_error: false
68
69
- name: Upload coverage report
70
71
72
name: coverage-report
73
path: coverage/
0 commit comments