Skip to content

Commit

Permalink
Fixing the build again (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwhitfield authored Sep 6, 2024
1 parent aacfa21 commit 314c1e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: dotnet test --no-build --verbosity minimal $env:SolutionPath
- name: Collect artifacts - VSIX
if: needs.pre_job.outputs.should_skip != 'true'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Unitverse-VSIX-${{ matrix.VsTargetVersion }}
path: ${{ env.VsixPath }}
Expand All @@ -96,11 +96,11 @@ jobs:
- run: |
./.github/workflows/AutoVersion.ps1
shell: pwsh
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: Unitverse-VSIX-VS2019
path: dist/
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: Unitverse-VSIX-VS2022
path: dist/
Expand Down

0 comments on commit 314c1e7

Please sign in to comment.