diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d733bfb..303d9ea 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@v6 + uses: actions/download-artifact@v7 with: name: dapper-binary-${{ runner.os }} path: target/debug/ diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index f5b7040..5dfcb63 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@v6 + uses: actions/download-artifact@v7 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@v6 + uses: actions/download-artifact@v7 with: name: python-package-dist path: dist