Skip to content

Commit

Permalink
run: git cococo sed -i -e 's|actions/upload-artifact@v2|actions/uploa…
Browse files Browse the repository at this point in the history
…d-artifact@v4|g' .github/workflows/comment-patch.yml .github/workflows/create-patch.yml .github/workflows/rubyonrails.yml .github/workflows/test.yml
  • Loading branch information
nishidayuya committed Oct 26, 2024
1 parent 98ec627 commit 5c465e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
AUTHOR_EMAIL: ${{ github.event.head_commit.author.email }}
AUTHOR_NAME: ${{ github.event.head_commit.author.name }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: patch
path: ${{ steps.patch-creator.outputs.PATCH_FILE }}

0 comments on commit 5c465e1

Please sign in to comment.