Skip to content

Commit

Permalink
chore: update outdated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaros committed Sep 9, 2024
1 parent 707ee34 commit aa98c88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- run: ./scripts/create-artifact.sh

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: lib-build
path: lib-build.tar
Expand All @@ -63,7 +63,7 @@ jobs:
with:
node-version: 20.x

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: lib-build

Expand All @@ -84,7 +84,7 @@ jobs:
with:
node-version: 20.x

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: lib-build

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
with:
node-version: 20.x

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: lib-build

Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
node-version: 20.x
cache: 'yarn'

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: lib-build

Expand Down

0 comments on commit aa98c88

Please sign in to comment.