We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776ab56 commit 97b0431Copy full SHA for 97b0431
README.md
@@ -60,14 +60,14 @@ jobs:
60
61
steps:
62
- name: Repository checkout
63
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
64
65
- id: Metadata
66
name: Gather Pull Request Metadata
67
uses: redhat-plumbers-in-action/gather-pull-request-metadata@v1
68
69
- name: Upload artifact with gathered metadata
70
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
71
with:
72
name: Pull Request Metadata
73
path: ${{ steps.Metadata.outputs.metadata-file }}
0 commit comments