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 @@ -50,12 +50,12 @@ jobs:
5050#
5151 - name : Upload artifacts
5252 if : matrix.os == 'ubuntu-latest'
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v5
5454 with :
5555 name : artifacts
5656 path : ./artifacts
5757 - name : Upload test results
58- uses : actions/upload-artifact@v4
58+ uses : actions/upload-artifact@v5
5959 with :
6060 name : test-results-${{ matrix.os }}
6161 path : ./test-results
7575 8.0.x
7676 9.0.x
7777 - name : Download artifacts
78- uses : actions/download-artifact@v5
78+ uses : actions/download-artifact@v6
7979 with :
8080 name : artifacts
8181 path : ./artifacts
9898 8.0.x
9999 9.0.x
100100 - name : Download artifacts
101- uses : actions/download-artifact@v5
101+ uses : actions/download-artifact@v6
102102 with :
103103 name : artifacts
104104 path : ./artifacts
You can’t perform that action at this time.
0 commit comments