diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index ca7dbd3..893be5e 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -90,7 +90,7 @@ jobs: - name: Download macOS Artifact if: runner.os == 'macOS' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: CopyPlusPlus-macOS @@ -112,7 +112,7 @@ jobs: - name: Download Windows Artifact if: runner.os == 'Windows' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: CopyPlusPlus-win diff --git a/.github/workflows/Vcpkg.yml b/.github/workflows/Vcpkg.yml index a5508b1..266c1df 100644 --- a/.github/workflows/Vcpkg.yml +++ b/.github/workflows/Vcpkg.yml @@ -64,7 +64,7 @@ jobs: path: ${{github.workspace}}/build/CopyPlusPlus.dmg - name: Download a Build Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # Artifact name name: CopyPlusPlus