File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 27
27
echo "RELEASE=${{ inputs.repo_release }}"
28
28
echo "======================================================================"
29
29
- name : Download timestamp artifact
30
- uses : actions/download-artifact@v3
30
+ uses : actions/download-artifact@v4
31
31
with :
32
- name : timestamp.txt
32
+ pattern : timestamp.txt
33
+ merge-multiple : true
33
34
- name : Get timestamp prefix
34
35
id : timestamp
35
36
shell : bash
Original file line number Diff line number Diff line change 42
42
git rebase tmp/main
43
43
popd
44
44
- name : Upload timestamp prefix artifact
45
- uses : actions/upload-artifact@v3
45
+ uses : actions/upload-artifact@v4
46
46
with :
47
47
name : timestamp.txt
48
48
path : timestamp.txt
Original file line number Diff line number Diff line change 27
27
echo "RELEASE=${{ inputs.repo_release }}"
28
28
echo "======================================================================"
29
29
- name : Download timestamp artifact
30
- uses : actions/download-artifact@v3
30
+ uses : actions/download-artifact@v4
31
31
with :
32
- name : timestamp.txt
32
+ pattern : timestamp.txt
33
+ merge-multiple : true
33
34
- name : Get timestamped prefix
34
35
id : timestamp
35
36
shell : bash
You can’t perform that action at this time.
0 commit comments