We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b68d206 + b50ef06 commit 6528c0dCopy full SHA for 6528c0d
.github/workflows/test.yaml
@@ -48,7 +48,7 @@ jobs:
48
TZ: America/Sao_Paulo
49
50
- name: Archive code coverage results
51
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
52
with:
53
name: code-coverage-report
54
path: coverage/lcov.info
@@ -65,12 +65,12 @@ jobs:
65
fetch-depth: 0
66
67
- name: Download a single artifact
68
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
69
70
71
72
- name: SonarCloud Scan
73
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@master
74
env:
75
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments