Skip to content

Commit

Permalink
ci: update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
jamacku committed Apr 25, 2024
1 parent 49dbe60 commit 787961e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gather-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 787961e

Please sign in to comment.