Skip to content

Commit

Permalink
Merge pull request #44 from atlasconsulting/ci/update-artifact
Browse files Browse the repository at this point in the history
chore(deps): bump artifact actions to v4
  • Loading branch information
batopa authored Sep 4, 2024
2 parents 1faed44 + a231e1a commit dc681dd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'yarn'

- name: Install dependencies
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Build
run: yarn build

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: bedita-sdk
path: dist
Expand All @@ -38,7 +38,7 @@ jobs:
BEDITA_DOCKER_IMG: bedita/bedita:5
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: 20
cache: 'yarn'

- name: 'Docker pull bedita image'
Expand Down Expand Up @@ -121,9 +121,9 @@ jobs:
env_vars: NODE_VERSION

- name: 'Archive code coverage results'
uses: 'actions/upload-artifact@v3'
uses: 'actions/upload-artifact@v4'
with:
name: 'NODE 18'
name: 'NODE 20'
path: './coverage/clover.xml'

release:
Expand All @@ -133,13 +133,13 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'yarn'

- name: Install dependencies
run: yarn install

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: bedita-sdk
path: dist
Expand Down

0 comments on commit dc681dd

Please sign in to comment.