Skip to content

Commit b2e27d0

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 94b9a79 commit b2e27d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
configurePreset: win-${{ matrix.arch }}-release
3939
buildPreset: win-${{ matrix.arch }}-release
4040

41-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
41+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4242
with:
4343
name: openvpn3-msvc-${{ matrix.arch }}
4444
path: |
@@ -76,7 +76,7 @@ jobs:
7676
configurePreset: mingw-${{ matrix.arch }}-release
7777
buildPreset: mingw-${{ matrix.arch }}-release
7878

79-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
79+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8080
with:
8181
name: openvpn3-mingw-${{ matrix.arch }}
8282
path: |

0 commit comments

Comments
 (0)