Skip to content

Commit

Permalink
chore: packages update
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelTshDev committed Apr 9, 2024
1 parent baef6a3 commit 9ef3237
Show file tree
Hide file tree
Showing 3 changed files with 3,199 additions and 3,250 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Serverless Boilerplate
name: Serverless Boilerplate Main Workflow

on:
push:
Expand All @@ -20,7 +20,7 @@ jobs:
- run: npm run lint
- run: npm run test-coverage
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage/
Expand All @@ -33,7 +33,7 @@ jobs:
with:
fetch-depth: 0
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: coverage
path: coverage/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Serverless Boilerplate
name: Serverless Boilerplate Default Workflow

on:
push:
Expand Down
Loading

0 comments on commit 9ef3237

Please sign in to comment.