From fb27d04f78075a1c8e85b3fb731bf4c6671d4e3b Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Thu, 25 Apr 2024 15:00:33 +0200 Subject: [PATCH 1/2] ci: update actions/upload-artifact to `v4` `v3` will be deprecated soon, so update to `v4`. https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ rhel-only Related: RHEL-32494 --- .github/workflows/gather-metadata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} From e13ba05a39b46b24cfeca93969ee46618321a854 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Thu, 25 Apr 2024 16:31:18 +0200 Subject: [PATCH 2/2] ci: drop unused variable rhel-only Related: RHEL-32494 --- .github/workflows/deploy-man-pages.yml | 1 - 1 file changed, 1 deletion(-) 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