diff --git a/.github/workflows/MergeToMain.yml b/.github/workflows/MergeToMain.yml index 795cc21..f664935 100644 --- a/.github/workflows/MergeToMain.yml +++ b/.github/workflows/MergeToMain.yml @@ -48,7 +48,7 @@ jobs: needs: build_and_pack_nuget steps: - name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.ARTIFACT_PATH }} @@ -66,7 +66,7 @@ jobs: needs: build_and_pack_nuget steps: - name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.ARTIFACT_PATH }} @@ -83,7 +83,7 @@ jobs: needs: build_and_pack_nuget steps: - name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.ARTIFACT_PATH }}