Skip to content

Commit

Permalink
GHA: update upload-artifacts to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Stipakov <[email protected]>
  • Loading branch information
lstipakov committed Sep 12, 2024
1 parent 91c867a commit 80a72ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
Copy-Item -Path ..\${{ matrix.arch }}\${{ matrix.build_conf }}\ovpn-dco\* -Destination dist\${{ matrix.arch }}\win11\ -Recurse
.\build.ps1 -Arch ${{ matrix.arch }} -Wix ..\wix
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ovpn-dco_${{ matrix.arch }}_${{ matrix.build_conf }}
path: |
Expand Down

0 comments on commit 80a72ef

Please sign in to comment.