File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7272 ls -ltrh build/${{ github.event.repository.name }}*.tar.gz
7373
7474 - name : 📤 Upload ${{ matrix.os }} native image
75- uses : actions/upload-artifact@v3
75+ uses : actions/upload-artifact@v4
7676 with :
7777 name : ${{ steps.native-build.outputs.native_image_name }}
7878 path : |
8181
8282 - name : 📈 Upload ${{ matrix.os }} native image dashboard
8383 if : runner.os == 'Linux'
84- uses : actions/upload-artifact@v3
84+ uses : actions/upload-artifact@v4
8585 with :
8686 name : ${{ steps.native-build.outputs.native_image_dashboard }}
8787 path : |
@@ -122,7 +122,7 @@ jobs:
122122 ls -ltrh build/${{ github.event.repository.name }}*.tar.gz
123123
124124 - name : 📤 Upload static binary
125- uses : actions/upload-artifact@v3
125+ uses : actions/upload-artifact@v4
126126 with :
127127 name : ${{ steps.native-build.outputs.native_image_name }}
128128 path : |
You can’t perform that action at this time.
0 commit comments