Skip to content

Commit

Permalink
Merge pull request #2044 from openzim/codecov-v4
Browse files Browse the repository at this point in the history
Bump-up versions of a few GitHub actions
  • Loading branch information
kelson42 authored Jun 22, 2024
2 parents 7911a16 + 0cb05a5 commit e940d85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

- name: Installing Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -28,7 +28,7 @@ jobs:
redis-version: '6.x'

- name: Downloading code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Installing other dependencies
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
ZIMDUMP_PATH: $( find .. -name zimdump )

- name: Uploading Codecov stats
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: ${{ matrix.node-version == '18.x' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3.4.0
uses: actions/checkout@v4

- name: Build and push
uses: openzim/docker-publish-action@v10
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:

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

- name: Use Node.js 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"

- run: npm ci

- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e940d85

Please sign in to comment.