Skip to content

Commit

Permalink
Update github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
atoppi committed Apr 24, 2024
1 parent 5346a22 commit a6c37e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/janus-ci.yml
Expand Up @@ -161,7 +161,7 @@ jobs:
javascript-lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install modules
run: |
cd npm
Expand All @@ -173,7 +173,7 @@ jobs:
javascript-dist:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install modules
run: |
cd npm
Expand All @@ -182,7 +182,7 @@ jobs:
run: |
cd npm
npm run prerelease
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: janus.es.js
path: npm/dist/janus.es.js

0 comments on commit a6c37e9

Please sign in to comment.