File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
with :
35
35
fetch-depth : 0
36
36
submodules : recursive
71
71
--config ${{ matrix.config }}
72
72
73
73
- name : Upload artifacts
74
- uses : actions/upload-artifact@v3
74
+ uses : actions/upload-artifact@v4
75
75
with :
76
76
name : red3ext-${{ env.RED3EXT_PRETTY_CONFIG }}-${{ env.RED3EXT_COMMIT_SHA }}
77
77
path : build/install
78
+ if-no-files-found : error
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
with :
30
30
fetch-depth : 0
31
31
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
submodules : recursive
22
22
75
75
echo "RED3EXT_SYMBOLS_SHA256=${Checksum}" | Out-File -FilePath ${env:GITHUB_ENV} -Encoding UTF8 -Append
76
76
77
77
- name : Upload assets
78
- uses : softprops/action-gh-release@v1
78
+ uses : softprops/action-gh-release@v2
79
79
with :
80
80
append_body : true
81
81
body : |
You can’t perform that action at this time.
0 commit comments