diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 431ae736f..8bf67c5d9 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@v5 with: name: srcs diff --git a/.github/workflows/ci.ca-cert.yml b/.github/workflows/ci.ca-cert.yml index 5a3864aef..3cd4dc6cc 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@v5 with: name: pkgx