From 5d8c9880f5c64a8664d5781c691cbc313cd4de76 Mon Sep 17 00:00:00 2001 From: Srinivas Edireswarapu - I17752 Date: Sun, 29 Sep 2024 22:39:13 +0530 Subject: [PATCH] upload-artifact version bumped to v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1acd5f273..9da23bc02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: os: [ubuntu-latest, windows-latest, macos-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Describe Tag & Branch Name if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/20') @@ -59,7 +59,7 @@ jobs: name: Build source distribution runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/setup-python@v2 name: Install Python