diff --git a/.github/workflows/1_BuildAndTest.yml b/.github/workflows/1_BuildAndTest.yml index ce5b42c..7655f78 100644 --- a/.github/workflows/1_BuildAndTest.yml +++ b/.github/workflows/1_BuildAndTest.yml @@ -29,7 +29,7 @@ jobs: needs: build steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 id: download with: name: 'my-artifact' diff --git a/.github/workflows/2_AutoBuildAndDocs.yml b/.github/workflows/2_AutoBuildAndDocs.yml index e36205b..cf1edb1 100644 --- a/.github/workflows/2_AutoBuildAndDocs.yml +++ b/.github/workflows/2_AutoBuildAndDocs.yml @@ -31,7 +31,7 @@ jobs: needs: [build] steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: Build path: .\temp