diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22ce59be..18932a2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: - uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: Create Debian package run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d2775d5..96755e2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -383,7 +383,7 @@ jobs: - uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: Create checksums run: |