We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b9a79 commit b2e27d0Copy full SHA for b2e27d0
.github/workflows/msbuild.yml
@@ -38,7 +38,7 @@ jobs:
38
configurePreset: win-${{ matrix.arch }}-release
39
buildPreset: win-${{ matrix.arch }}-release
40
41
- - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
42
with:
43
name: openvpn3-msvc-${{ matrix.arch }}
44
path: |
@@ -76,7 +76,7 @@ jobs:
76
configurePreset: mingw-${{ matrix.arch }}-release
77
buildPreset: mingw-${{ matrix.arch }}-release
78
79
80
81
name: openvpn3-mingw-${{ matrix.arch }}
82
0 commit comments