diff --git a/.github/workflows/wfnetcorev2.yaml b/.github/workflows/wfnetcorev2.yaml index 5713f25..64267d4 100644 --- a/.github/workflows/wfnetcorev2.yaml +++ b/.github/workflows/wfnetcorev2.yaml @@ -76,7 +76,7 @@ jobs: permissions: write-all steps: - name: Download Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: nupkg - name: Display structure of downloaded files @@ -105,7 +105,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: nupkg - name: Display structure of downloaded files