Skip to content

Commit 5fa3627

Browse files
authored
Node 20 updates
1 parent 67bcc4c commit 5fa3627

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- id: install
1616
name: Install Python, pipenv and Pipfile packages
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

3535
- id: install
3636
name: Install Python, pipenv and Pipfile packages
@@ -50,7 +50,7 @@ jobs:
5050
needs: [test-python]
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v3
53+
uses: actions/checkout@v4
5454

5555
- id: install
5656
name: Install Python, pipenv and Pipfile packages
@@ -71,7 +71,7 @@ jobs:
7171

7272
- id: save
7373
name: Save artifact
74-
uses: actions/upload-artifact@v3
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: build-${{ github.run_number }}
7777
path: ./dist
@@ -90,7 +90,7 @@ jobs:
9090

9191
- id: fetch
9292
name: Fetch artifact
93-
uses: actions/download-artifact@v3
93+
uses: actions/download-artifact@v4
9494
with:
9595
name: build-${{ github.run_number }}
9696
path: ./dist
@@ -119,7 +119,7 @@ jobs:
119119

120120
- id: fetch
121121
name: Fetch artifact
122-
uses: actions/download-artifact@v3
122+
uses: actions/download-artifact@v4
123123
with:
124124
name: build-${{ github.run_number }}
125125
path: ./dist

0 commit comments

Comments
 (0)