Skip to content

Commit

Permalink
Update gh action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sauntimo committed Nov 11, 2024
1 parent 41922f9 commit 7f156c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Cache npm dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: npm-dependencies-${{ hashFiles('package-lock.json') }}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
npm run package
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: package
path: ./dist/package.zip

0 comments on commit 7f156c8

Please sign in to comment.