Skip to content

Commit

Permalink
ci: update actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Oct 16, 2024
1 parent 07f4e15 commit 2f41778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
release-version: ${{ github.event.inputs.release-version }}
artifacts-path: gh-action__release-authors
# Upload the release author artifact for use in subsequent workflows
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: release-authors
path: gh-action__release-authors
Expand Down

0 comments on commit 2f41778

Please sign in to comment.