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

Commit

Permalink
Bump actions/upload-artifact from 3.1.3 to 4.3.3
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.3...v4.3.3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent ad44bf9 commit f6ee975
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 f6ee975

Please sign in to comment.