diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6627e5c..ae4f5ae5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,7 +193,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: artifacts - name: Copy native ParquetSharp libraries @@ -249,7 +249,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download NuGet artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: nuget-package path: nuget @@ -322,7 +322,7 @@ jobs: exit 1 } - name: Download NuGet artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: nuget-package path: nuget diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 884643cc..5585641c 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -92,7 +92,7 @@ jobs: - build steps: - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: digests-* path: /tmp/digests