Skip to content

Commit dfcb428

Browse files
committed
feat: update upload-artifact action to v4 in get-version workflow
1 parent d556d9f commit dfcb428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/get-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "hash: ${{ steps.get_version.outputs.hash }}" >> $GITHUB_STEP_SUMMARY
6565
- name: Upload release notes
6666
if: steps.get_version.outputs.newVersion == 'true'
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: change-log
7070
path: CHANGELOG.md

0 commit comments

Comments
 (0)