Skip to content

Commit

Permalink
Merge pull request #34 from VSWSL/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4

github-actions: bump actions/upload-artifact from 3 to 4
  • Loading branch information
vineelsai26 authored Jan 2, 2024
2 parents 0496691 + 548cd05 commit ea7016b
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 @@ -71,7 +71,7 @@ jobs:
run: python build.py --target=build --config=${{ matrix.target }} --platform=${{ matrix.platform }}

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ArchWSL-Appx-${{ matrix.platform }}-${{ matrix.target }}
path: AppPackages/ArchWSL-Appx/ArchWSL-Appx_*/ArchWSL-Appx_*.*

0 comments on commit ea7016b

Please sign in to comment.