Skip to content

Commit 60a563a

Browse files
authored
Merge pull request #23 from RoundSalmon4/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 997f93e + 7e9cd18 commit 60a563a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)