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 75b7c11 commit 2438206Copy full SHA for 2438206
.github/dependabot.yml
@@ -0,0 +1,8 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ labels:
8
+ - "CI"
.github/workflows/continuous-integration.yml
@@ -126,6 +126,8 @@ jobs:
126
path: "reports"
127
128
- name: "Upload to Codecov"
129
- uses: "codecov/codecov-action@v3"
+ uses: "codecov/codecov-action@v4"
130
with:
131
directory: reports
132
+ env:
133
+ CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
0 commit comments