File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 - name : Build
3535 run : make build
3636 - name : Upload artifact
37- uses : actions/upload-artifact@v3
37+ uses : actions/upload-artifact@v4
3838 with :
3939 name : build-${{ github.sha }}
4040 if-no-files-found : error
Original file line number Diff line number Diff line change 2626 with :
2727 install_dependencies : ' false'
2828 - name : Download artifact
29- uses : actions/download-artifact@v3
29+ uses : actions/download-artifact@v4
3030 with :
3131 name : ${{ inputs.artifact_name }}
3232 path : dist/
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 with :
111111 python-version : ${{ matrix.python }}
112112 - name : Download artifact
113- uses : actions/download-artifact@v3
113+ uses : actions/download-artifact@v4
114114 with :
115115 name : ${{ needs.build.outputs.artifact_name }}
116116 path : .
Original file line number Diff line number Diff line change 2121 - name : Checkout
2222 uses : actions/checkout@v4
2323 - name : Download artifact
24- uses : actions/download-artifact@v3
24+ uses : actions/download-artifact@v4
2525 with :
2626 name : ${{ needs.build.outputs.artifact_name }}
2727 path : dist/
You can’t perform that action at this time.
0 commit comments