diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index baf4b62292ff39eea5f08989db2d82466e89092d..3f675f9b02b2cf2db4d6c771d595a63ce233e0fe 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -194,7 +194,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download all workflow run artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Build a tarball for the debs run: tar -cvJf debs.tar.xz debs - name: Attach to release