diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 431ae736f..225f6e3bc 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -86,7 +86,7 @@ jobs: env: BASENAME: pkgx-${{ github.event.inputs.version }}+${{ matrix.platform.build-id }} steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: srcs diff --git a/.github/workflows/ci.ca-cert.yml b/.github/workflows/ci.ca-cert.yml index 5a3864aef..476b31117 100644 --- a/.github/workflows/ci.ca-cert.yml +++ b/.github/workflows/ci.ca-cert.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest container: debian:buster-slim steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: pkgx