From b255e0e9554e1fecec40c4eb4cbb6e5dcbb0f93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:15:30 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact from 6 to 8 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 8. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v6...v8) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bench.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index ed98e02..b96134f 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@v8 with: github_token: ${{ secrets.PKGCRAFT_CI_TOKEN }} repo: pkgcraft/pkgcraft diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f09c8a..280a582 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@v8 with: github_token: ${{ secrets.PKGCRAFT_CI_TOKEN }} repo: pkgcraft/pkgcraft diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5f50497..1fe747a 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@v8 with: github_token: ${{ secrets.PKGCRAFT_CI_TOKEN }} repo: pkgcraft/pkgcraft