Skip to content

Commit 8e257fc

Browse files
authored
chore: bump actions/upload-artifact from v3 to v4 (#171)
chore: bump actions/upload-artifact from v3 to v4
1 parent 44404c3 commit 8e257fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
release-version: ${{ github.event.inputs.release-version }}
4242
artifacts-path: gh-action__release-authors
4343
# Upload the release author artifact for use in subsequent workflows
44-
- uses: actions/upload-artifact@v3
44+
- uses: actions/upload-artifact@v4
4545
with:
4646
name: release-authors
4747
path: gh-action__release-authors

0 commit comments

Comments
 (0)