Skip to content

Commit ea12d3e

Browse files
authored
chore: packages update (#47)
1 parent baef6a3 commit ea12d3e

3 files changed

Lines changed: 3199 additions & 3250 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Serverless Boilerplate
1+
name: Serverless Boilerplate Main Workflow
22

33
on:
44
push:
@@ -20,7 +20,7 @@ jobs:
2020
- run: npm run lint
2121
- run: npm run test-coverage
2222
- name: Upload artifacts
23-
uses: actions/upload-artifact@v2
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: coverage
2626
path: coverage/
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
- name: Download artifact
36-
uses: actions/download-artifact@v2
36+
uses: actions/download-artifact@v4
3737
with:
3838
name: coverage
3939
path: coverage/

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Serverless Boilerplate
1+
name: Serverless Boilerplate Default Workflow
22

33
on:
44
push:

0 commit comments

Comments
 (0)