File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 76
76
run : jrm ./ci-summary-provider.xml "junit-test-summary-0/*.xml" "junit-test-summary-1/*.xml" "junit-test-summary-2/*.xml" "junit-test-summary-3/*.xml" "junit-test-summary-4/*.xml"
77
77
78
78
- name : Upload test artifacts
79
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
79
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
80
80
with :
81
81
name : junit-test-summary
82
82
path : ./ci-summary-provider.xml
Original file line number Diff line number Diff line change 51
51
go build -o terraform-provider-tfe
52
52
53
53
- name : Upload test artifacts
54
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
54
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
55
55
with :
56
56
name : terraform-provider-tfe
57
57
path : terraform-provider-tfe
Original file line number Diff line number Diff line change 17
17
fetch-depth : 0
18
18
- name : Generate Release Notes
19
19
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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
20
+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
21
21
with :
22
22
name : release-notes
23
23
path : release-notes.txt
You can’t perform that action at this time.
0 commit comments