Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #153 from Codel1417/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4.3.3

Bump actions/upload-artifact from 3.1.3 to 4.3.3
  • Loading branch information
Codel1417 authored Apr 25, 2024
2 parents ad44bf9 + f6ee975 commit 243a4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild VRC-OSC-AudioEars/VRC-OSC-AudioEars.csproj /property:Configuration=Release
- name: Upload App
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.3.3
with:
# A file, directory or wildcard pattern that describes what to upload
path: "VRC-OSC-AudioEars\\bin\\release\\"
Expand All @@ -56,7 +56,7 @@ jobs:
run: msbuild Installer/Installer.wixproj

- name: Upload Installer
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.3.3
with:
# A file, directory or wildcard pattern that describes what to upload
path: "Installer\\bin\\Release\\"
Expand Down

0 comments on commit 243a4dc

Please sign in to comment.