diff --git a/.github/workflows/deploy-man-pages.yml b/.github/workflows/deploy-man-pages.yml index 9da38a1687..c65c9b62ee 100644 --- a/.github/workflows/deploy-man-pages.yml +++ b/.github/workflows/deploy-man-pages.yml @@ -37,7 +37,6 @@ jobs: - name: Install dependencies run: | - RELEASE="$(lsb_release -cs)" sudo add-apt-repository -y --no-update --enable-source sudo apt-get -y update sudo apt-get -y build-dep systemd diff --git a/.github/workflows/gather-metadata.yml b/.github/workflows/gather-metadata.yml index f432f41811..08ad813971 100644 --- a/.github/workflows/gather-metadata.yml +++ b/.github/workflows/gather-metadata.yml @@ -22,7 +22,7 @@ jobs: uses: redhat-plumbers-in-action/gather-pull-request-metadata@v1 - name: Upload artifact with gathered metadata - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pr-metadata path: ${{ steps.Metadata.outputs.metadata-file }}