We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/upload-artifact
v3
v4
1 parent 44404c3 commit 8e257fcCopy full SHA for 8e257fc
.github/workflows/create-release-pr.yml
@@ -41,7 +41,7 @@ jobs:
41
release-version: ${{ github.event.inputs.release-version }}
42
artifacts-path: gh-action__release-authors
43
# Upload the release author artifact for use in subsequent workflows
44
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
45
with:
46
name: release-authors
47
path: gh-action__release-authors
0 commit comments