File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
fetch-depth : 0
21
21
22
22
- name : Download DLL and PDB files
23
- uses : dawidd6/action-download-artifact@v2
23
+ uses : dawidd6/action-download-artifact@v3
24
24
with :
25
25
workflow : windows-tests.yml
26
26
workflow_conclusion : success
Original file line number Diff line number Diff line change 49
49
50
50
- name : Cache build artifacts for subsequent builds
51
51
id : cache-build-artifacts
52
- uses : actions/cache/save@v3
52
+ uses : actions/cache/save@v4
53
53
with :
54
54
key : ${{ github.sha }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.arch }}
55
55
path : |
67
67
68
68
- name : Upload DLL and PDB files as build artifacts
69
69
if : ${{ github.event_name == 'push' }}
70
- uses : actions/upload-artifact@v3
70
+ uses : actions/upload-artifact@v4
71
71
with :
72
72
name : php_mongodb-${{ github.sha }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.arch }}
73
73
path : |
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
- name : Restore cached build artifacts
110
110
id : cache-build-artifacts
111
- uses : actions/cache/restore@v3
111
+ uses : actions/cache/restore@v4
112
112
with :
113
113
fail-on-cache-miss : true
114
114
key : ${{ github.sha }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments