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 88f2906 commit 3829669Copy full SHA for 3829669
.github/workflows/ci.yml
@@ -174,6 +174,6 @@ jobs:
174
NODE_ENV: production
175
176
- name: Upload test coverage to CodeCov
177
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
178
with:
179
file: coverage/lcov.info
.github/workflows/release-candiate.yml
@@ -15,7 +15,7 @@ jobs:
15
github.event_name == 'workflow_dispatch' ||
16
github.event.workflow_run.conclusion == 'success'
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
20
ref: release-candidate
21
- uses: akhileshns/heroku-deploy@96f4455bfc127bf16feac4b180aae9ec380c5a20
0 commit comments