File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 fetch-depth : 0
1818 - name : Generate Release Notes
1919 run : sed -n -e "1{/# /d;}" -e "2{/^$/d;}" -e "/# $(git describe --abbrev=0 --exclude="$(git describe --abbrev=0 --match='v*.*.*' --tags)" --match='v*.*.*' --tags | tr -d v)/q;p" CHANGELOG.md > release-notes.txt
20- - uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
20+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
2121 with :
2222 name : release-notes
2323 path : release-notes.txt
@@ -109,7 +109,7 @@ jobs:
109109 steps :
110110 - name : Save Release Tag
111111 run : echo ${{ github.ref_name }} > release-tag.data
112- - uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
112+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
113113 with :
114114 name : release-tag
115115 path : release-tag.data
You can’t perform that action at this time.
0 commit comments