From a213c0abcc3a749db6a19e93a6f79165127153bf Mon Sep 17 00:00:00 2001 From: Neil South Date: Thu, 8 Feb 2024 18:05:57 +0000 Subject: [PATCH] tweek to download action Signed-off-by: Neil South --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99d186d..124a580 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -262,7 +262,7 @@ jobs: needs: [build, unit-test] if: ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }} steps: - - uses: actions/download-artifact@v3.1.2 + - uses: actions/download-artifact@v3 id: download - name: List artifacts @@ -287,7 +287,7 @@ jobs: needs: [build, unit-test] if: ${{ github.event.inputs.nuget }} steps: - - uses: actions/download-artifact@v3.1.2 + - uses: actions/download-artifact@v3 id: download - name: List artifacts