diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index ed98e02..8bfc5c8 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -17,7 +17,7 @@ jobs: - name: Download prebuilt pkgcraft-c library id: download-artifact - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: github_token: ${{ secrets.PKGCRAFT_CI_TOKEN }} repo: pkgcraft/pkgcraft diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f09c8a..d7b6632 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: Download pkgcraft-c library from most recent run if: ${{ inputs.event-type == '' }} - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: github_token: ${{ secrets.PKGCRAFT_CI_TOKEN }} repo: pkgcraft/pkgcraft diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5f50497..5fa558f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: - name: Download prebuilt pkgcraft-c library id: download-artifact - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: github_token: ${{ secrets.PKGCRAFT_CI_TOKEN }} repo: pkgcraft/pkgcraft