File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
outputs :
19
19
sha : ${{ steps.commit.outputs.sha }}
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v4
22
22
- name : Output package.json (Before)
23
23
run : cat ${{ env.TARGET_FILE}}
24
24
69
69
timeout-minutes : 15
70
70
steps :
71
71
- run : echo ${{ needs.update-packagejson.outputs.sha }}
72
- - uses : actions/checkout@v2
72
+ - uses : actions/checkout@v4
73
73
with :
74
74
ref : ${{ needs.update-packagejson.outputs.sha }}
75
75
97
97
working-directory : .
98
98
99
99
# Store artifacts.
100
- - uses : actions/upload-artifact@v2
100
+ - uses : actions/upload-artifact@v4
101
101
with :
102
102
name : SerializeReference-Extensions.unitypackage
103
103
path : ./Build/SerializeReference-Extensions.unitypackage
@@ -119,7 +119,7 @@ jobs:
119
119
prerelease : false
120
120
121
121
# Download(All) Artifacts to current directory
122
- - uses : actions/download-artifact@v2
122
+ - uses : actions/download-artifact@v4
123
123
124
124
# Upload to Releases(unitypackage)
125
125
- uses : actions/upload-release-asset@v1
You can’t perform that action at this time.
0 commit comments