Skip to content

Commit 36a4e91

Browse files
chore(deps): update ci dependencies
1 parent 9c8afde commit 36a4e91

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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:
@@ -77,7 +77,7 @@ jobs:
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

.github/workflows/test-next.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)