File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
using : composite
14
14
steps :
15
15
- name : Download PR artifact
16
- uses : actions/download-artifact@v3
16
+ uses : actions/download-artifact@v4
17
17
with :
18
18
name : pr
19
19
Original file line number Diff line number Diff line change 51
51
}
52
52
53
53
- name : Download PR artifact
54
- uses : actions/download-artifact@v3
54
+ uses : actions/download-artifact@v4
55
55
with :
56
56
name : pr
57
57
@@ -102,7 +102,7 @@ runs:
102
102
echo "AWS_ENDPOINT_URL=$endpointUrl" >> $GITHUB_ENV
103
103
104
104
- name : Upload preview instance URL
105
- uses : actions/upload-artifact@v3
105
+ uses : actions/upload-artifact@v4
106
106
with :
107
107
name : pr
108
108
path : ./ls-preview-url.txt
Original file line number Diff line number Diff line change 20
20
# Try to get pr artifact from current workflow
21
21
- name : Download current PR artifact
22
22
id : get-pr-artifact
23
- uses : actions/download-artifact@v3
23
+ uses : actions/download-artifact@v4
24
24
continue-on-error : true
25
25
with :
26
26
name : pr
Original file line number Diff line number Diff line change 17
17
- name : Download current workflow's Local State artifact
18
18
id : get-state-artifact
19
19
if : ${{ inputs.action == 'load' }}
20
- uses : actions/download-artifact@v3
20
+ uses : actions/download-artifact@v4
21
21
continue-on-error : true
22
22
with :
23
23
name : ${{ inputs.name }}
48
48
ACTION: "${{ inputs.action }}"
49
49
50
50
- name : Upload LocalStack State
51
- uses : actions/upload-artifact@v3
51
+ uses : actions/upload-artifact@v4
52
52
if : ${{ inputs.action == 'save' }}
53
53
with :
54
54
name : ${{ inputs.name }}
Original file line number Diff line number Diff line change 16
16
run : echo ${{ github.event.number }} > ./pr-id.txt
17
17
18
18
- name : Upload PR number
19
- uses : actions/upload-artifact@v3
19
+ uses : actions/upload-artifact@v4
20
20
with :
21
21
name : pr
22
22
path : ./pr-id.txt
You can’t perform that action at this time.
0 commit comments