From ddf2ccf36bb804d666da37ce12d00123550d85f1 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Thu, 25 Apr 2024 15:06:03 +0200 Subject: [PATCH] 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-30372 --- .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 635708a71f..59659d9bc5 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 }}