diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dbfa90..fa3621a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download dapper dataset - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dapper-binary-${{ runner.os }} path: target/debug/ diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 88432ec..1308313 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@v7 + uses: actions/download-artifact@v8 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@v7 + uses: actions/download-artifact@v8 with: name: python-package-dist path: dist