From aa98c8834813c0336856152e99c71c7436ad801a Mon Sep 17 00:00:00 2001 From: Mozafar Haider Date: Mon, 9 Sep 2024 11:47:15 +0100 Subject: [PATCH] chore: update outdated github action --- .github/workflows/dhis2-verify-lib.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dhis2-verify-lib.yml b/.github/workflows/dhis2-verify-lib.yml index bf58e6dd5..198db0dde 100644 --- a/.github/workflows/dhis2-verify-lib.yml +++ b/.github/workflows/dhis2-verify-lib.yml @@ -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 @@ -63,7 +63,7 @@ jobs: with: node-version: 20.x - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: lib-build @@ -84,7 +84,7 @@ jobs: with: node-version: 20.x - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: lib-build @@ -115,7 +115,7 @@ jobs: with: node-version: 20.x - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: lib-build @@ -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