Skip to content

Commit 97b0431

Browse files
committed
doc: update versions of GHAs in README example
1 parent 776ab56 commit 97b0431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ jobs:
6060

6161
steps:
6262
- name: Repository checkout
63-
uses: actions/checkout@v3
63+
uses: actions/checkout@v4
6464

6565
- id: Metadata
6666
name: Gather Pull Request Metadata
6767
uses: redhat-plumbers-in-action/gather-pull-request-metadata@v1
6868

6969
- name: Upload artifact with gathered metadata
70-
uses: actions/upload-artifact@v3
70+
uses: actions/upload-artifact@v4
7171
with:
7272
name: Pull Request Metadata
7373
path: ${{ steps.Metadata.outputs.metadata-file }}

0 commit comments

Comments
 (0)