Skip to content

Commit

Permalink
fix(ci): deprecated use of actions/upload-artifact@v2 (#314)
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww authored Oct 9, 2024
1 parent 1b5b68c commit 8007e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "${{ github.event.number }}" > pr_num
- name: Upload PR artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pr-num
path: ./pr_num
Expand Down

0 comments on commit 8007e68

Please sign in to comment.