File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 fetch-depth : 0
2121
2222 - name : Download DLL and PDB files
23- uses : dawidd6/action-download-artifact@v2
23+ uses : dawidd6/action-download-artifact@v3
2424 with :
2525 workflow : windows-tests.yml
2626 workflow_conclusion : success
Original file line number Diff line number Diff line change 4949
5050 - name : Cache build artifacts for subsequent builds
5151 id : cache-build-artifacts
52- uses : actions/cache/save@v3
52+ uses : actions/cache/save@v4
5353 with :
5454 key : ${{ github.sha }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.arch }}
5555 path : |
6767
6868 - name : Upload DLL and PDB files as build artifacts
6969 if : ${{ github.event_name == 'push' }}
70- uses : actions/upload-artifact@v3
70+ uses : actions/upload-artifact@v4
7171 with :
7272 name : php_mongodb-${{ github.sha }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.arch }}
7373 path : |
@@ -108,7 +108,7 @@ jobs:
108108
109109 - name : Restore cached build artifacts
110110 id : cache-build-artifacts
111- uses : actions/cache/restore@v3
111+ uses : actions/cache/restore@v4
112112 with :
113113 fail-on-cache-miss : true
114114 key : ${{ github.sha }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments