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 @@ -124,7 +124,7 @@ jobs:
124124 run : make dmg
125125
126126 - name : Upload artifacts
127- uses : actions/upload-artifact@v6
127+ uses : actions/upload-artifact@v7
128128 with :
129129 name : macos-${{ matrix.runner }}-${{ matrix.buildtype }}
130130 path : |
@@ -304,7 +304,7 @@ jobs:
304304 run : makensis strawberry.nsi
305305
306306 - name : Upload artifacts
307- uses : actions/upload-artifact@v6
307+ uses : actions/upload-artifact@v7
308308 with :
309309 name : windows-mingw-${{ matrix.arch }}-${{ matrix.buildtype }}
310310 path : |
@@ -653,7 +653,7 @@ jobs:
653653 run : makensis strawberry.nsi
654654
655655 - name : Upload artifacts
656- uses : actions/upload-artifact@v6
656+ uses : actions/upload-artifact@v7
657657 with :
658658 name : windows-msvc-${{ matrix.arch }}-${{ matrix.buildtype }}
659659 path : |
You can’t perform that action at this time.
0 commit comments