File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : ' 20 '
17+ node-version : ' 22 '
1818 - run : yarn && yarn build
1919 - uses : actions/upload-artifact@v4
2020 with :
7777 with :
7878 username : ${{ secrets.DOCKERHUB_USERNAME }}
7979 password : ${{ secrets.DOCKERHUB_TOKEN }}
80- - uses : actions/download-artifact@v4
80+ - uses : actions/download-artifact@v5
8181 with :
8282 name : pogues
8383 path : dist
@@ -104,7 +104,7 @@ jobs:
104104 with :
105105 username : ${{ secrets.DOCKERHUB_USERNAME }}
106106 password : ${{ secrets.DOCKERHUB_TOKEN }}
107- - uses : actions/download-artifact@v4
107+ - uses : actions/download-artifact@v5
108108 with :
109109 name : pogues-next
110110 path : next/dist
@@ -129,7 +129,7 @@ jobs:
129129 - uses : actions/checkout@v4
130130 with :
131131 ref : ${{ github.ref }}
132- - uses : actions/download-artifact@v4
132+ - uses : actions/download-artifact@v5
133133 with :
134134 name : pogues
135135 path : dist
@@ -159,7 +159,7 @@ jobs:
159159 - uses : actions/checkout@v4
160160 with :
161161 ref : ${{ github.ref }}
162- - uses : actions/download-artifact@v4
162+ - uses : actions/download-artifact@v5
163163 with :
164164 name : pogues-next
165165 path : next/dist
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 20
19+ node-version : 22
2020 - run : cd next && yarn && yarn test:coverage
2121 - name : Upload coverage artifact
2222 uses : actions/upload-artifact@v4
3333 with :
3434 fetch-depth : 0
3535 - name : Download coverage artifact
36- uses : actions/download-artifact@v4
36+ uses : actions/download-artifact@v5
3737 with :
3838 name : coverage
3939 path : next/coverage
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 20
19+ node-version : 22
2020 - run : yarn
2121 # Run tests sonar reports
2222 - run : yarn test:coverage
@@ -35,12 +35,12 @@ jobs:
3535 with :
3636 fetch-depth : 0
3737 - name : Download coverage artifact
38- uses : actions/download-artifact@v4
38+ uses : actions/download-artifact@v5
3939 with :
4040 name : coverage
4141 path : coverage
4242 - name : SonarCloud Scan
43- uses : SonarSource/sonarqube-scan-action@v4
43+ uses : SonarSource/sonarqube-scan-action@v5
4444 env :
4545 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4646 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments