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 1818 outputs :
1919 sha : ${{ steps.commit.outputs.sha }}
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v4
2222 - name : Output package.json (Before)
2323 run : cat ${{ env.TARGET_FILE}}
2424
6969 timeout-minutes : 15
7070 steps :
7171 - run : echo ${{ needs.update-packagejson.outputs.sha }}
72- - uses : actions/checkout@v2
72+ - uses : actions/checkout@v4
7373 with :
7474 ref : ${{ needs.update-packagejson.outputs.sha }}
7575
9797 working-directory : .
9898
9999 # Store artifacts.
100- - uses : actions/upload-artifact@v2
100+ - uses : actions/upload-artifact@v4
101101 with :
102102 name : SerializeReference-Extensions.unitypackage
103103 path : ./Build/SerializeReference-Extensions.unitypackage
@@ -119,7 +119,7 @@ jobs:
119119 prerelease : false
120120
121121 # Download(All) Artifacts to current directory
122- - uses : actions/download-artifact@v2
122+ - uses : actions/download-artifact@v4
123123
124124 # Upload to Releases(unitypackage)
125125 - uses : actions/upload-release-asset@v1
You can’t perform that action at this time.
0 commit comments