Skip to content

Commit 6528c0d

Browse files
authored
Merge pull request #56 from pagarme/chore/update-sonarqube-scan
chore: update degrated function sonarcloud
2 parents b68d206 + b50ef06 commit 6528c0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
TZ: America/Sao_Paulo
4949

5050
- name: Archive code coverage results
51-
uses: actions/upload-artifact@v2
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: code-coverage-report
5454
path: coverage/lcov.info
@@ -65,12 +65,12 @@ jobs:
6565
fetch-depth: 0
6666

6767
- name: Download a single artifact
68-
uses: actions/download-artifact@v2
68+
uses: actions/download-artifact@v4
6969
with:
7070
name: code-coverage-report
7171

7272
- name: SonarCloud Scan
73-
uses: SonarSource/sonarcloud-github-action@master
73+
uses: SonarSource/sonarqube-scan-action@master
7474
env:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7676
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)