File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
- name : tar output
27
27
run : tar -czvf output.tar.gz ./out/*
28
28
- name : upload build artifact
29
- uses : actions/upload-artifact@v3
29
+ uses : actions/upload-artifact@v4
30
30
with :
31
31
name : build
32
32
path : output.tar.gz
44
44
cancel-in-progress : false
45
45
steps :
46
46
- name : download build artifact
47
- uses : actions/download-artifact@v3
47
+ uses : actions/download-artifact@v4
48
48
with :
49
49
name : build
50
50
- name : extract output
@@ -68,13 +68,13 @@ jobs:
68
68
pull-requests : write
69
69
id-token : write
70
70
steps :
71
- - uses : actions/create-github-app-token@v1
71
+ - uses : actions/create-github-app-token@v2
72
72
id : app-token
73
73
with :
74
74
app-id : ${{ vars.APP_ID }}
75
75
private-key : ${{ secrets.PRIVATE_KEY }}
76
76
- name : Azure login
77
- uses : azure/login@v1
77
+ uses : azure/login@v2
78
78
with :
79
79
client-id : ${{ vars.AZURE_CLIENT_ID }}
80
80
tenant-id : ${{ vars.AZURE_TENANT_ID }}
Original file line number Diff line number Diff line change 23
23
- name : tar output
24
24
run : tar -czvf output.tar.gz ./out/*
25
25
- name : upload build artifact
26
- uses : actions/upload-artifact@v3
26
+ uses : actions/upload-artifact@v4
27
27
with :
28
28
name : build
29
29
path : output.tar.gz
39
39
cancel-in-progress : false
40
40
steps :
41
41
- name : download build artifact
42
- uses : actions/download-artifact@v3
42
+ uses : actions/download-artifact@v4
43
43
with :
44
44
name : build
45
45
- name : extract output
You can’t perform that action at this time.
0 commit comments