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 3939 versionSpec : 5.x
4040
4141 - name : Step-02 Check out Code
42- uses : actions/checkout@v2
42+ uses : actions/checkout@v4
4343 with :
4444 fetch-depth : 0
4545
7373 working-directory : ' ${{ env.working-directory }}'
7474
7575 - name : Step-08 Upload Build Artifacts
76- uses : actions/upload-artifact@v3
76+ uses : actions/upload-artifact@v4
7777 with :
7878 name : build-artifact
7979 path : ${{env.working-directory}}
9090 working-directory : /home/runner/work/parsley.net/parsley.net
9191 steps :
9292 - name : Step-01 Retrieve Build Artifacts
93- uses : actions/download-artifact@v3
93+ uses : actions/download-artifact@v4
9494 with :
9595 name : build-artifact
9696 path : ${{env.working-directory}}
@@ -111,7 +111,7 @@ jobs:
111111 working-directory : /home/runner/work/parsley.net/parsley.net
112112 steps :
113113 - name : Step-01 Retrieve Build Artifacts
114- uses : actions/download-artifact@v3
114+ uses : actions/download-artifact@v4
115115 with :
116116 name : build-artifact
117117 path : ${{env.working-directory}}
You can’t perform that action at this time.
0 commit comments