Skip to content

Commit 30894b7

Browse files
authored
Merge pull request #4 from Calinou/github-actions-update-workflows
GitHub Actions: Update workflows to fix deprecations
2 parents f3ba3c2 + 7102ea0 commit 30894b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

2424
- name: Checkout published data
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
with:
2727
ref: gh-pages
2828
path: out
2929

3030
- name: Install Node.js 16.x
31-
uses: actions/setup-node@v3
31+
uses: actions/setup-node@v4
3232
with:
3333
node-version: 16.x
3434
cache: 'npm'
@@ -64,7 +64,7 @@ jobs:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565

6666
- name: Archive production artifacts
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: web-static
7070
path: out

0 commit comments

Comments
 (0)