diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55e8d36..0fc6fc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Download dapper dataset - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: dapper-binary-${{ runner.os }} path: target/debug/ diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index c0a44ed..020a07e 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -67,7 +67,7 @@ jobs: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - name: Download Python package dist artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-package-dist path: dist @@ -86,7 +86,7 @@ jobs: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - name: Download Python package dist artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-package-dist path: dist