From 96fd8bce3c1c153a1d0c590c7bcd0099077a80d4 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Fri, 27 Sep 2024 15:14:34 +0530 Subject: [PATCH] Update the upload-artifact to v4 in workflow files --- .github/workflows/build-timestamped-master.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-timestamped-master.yml b/.github/workflows/build-timestamped-master.yml index 7f1c1a1..f5c75a3 100644 --- a/.github/workflows/build-timestamped-master.yml +++ b/.github/workflows/build-timestamped-master.yml @@ -41,7 +41,7 @@ jobs: - name: Generate Codecov Report uses: codecov/codecov-action@v2 - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ballerina-runtime path: target/ballerina-runtime/ diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f03f709..ac578e0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -25,7 +25,7 @@ jobs: packagePAT: ${{ secrets.GITHUB_TOKEN }} run: ./gradlew build --scan - name: Archive Code Coverage JSON - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Code Coverage JSON path: stan-ballerina/target/report/test_results.json