File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,12 @@ jobs:
78
78
with :
79
79
fetch-depth : 2
80
80
- name : Download Coverage report
81
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
81
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
82
82
with :
83
83
name : coverage
84
84
path : coverage/
85
85
- name : Codecov Upload
86
- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5
86
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
87
87
with :
88
88
token : ${{ secrets.CODECOV_TOKEN }}
89
89
directory : coverage/
Original file line number Diff line number Diff line change 67
67
- name : Install Dependencies
68
68
run : yarn --immutable
69
69
- name : Download Documentation Artifacts
70
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
70
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
71
71
with :
72
72
name : docs
73
73
path : docs
You can’t perform that action at this time.
0 commit comments