Skip to content

Commit

Permalink
Updating pipeline (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwhitfield authored Jan 5, 2024
1 parent 1be6f04 commit 6a4c97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ jobs:
- run: |
./.github/workflows/AutoVersion.ps1
shell: pwsh
- uses: actions/download-artifact@master
- uses: actions/download-artifact@v3
with:
name: VisualFindReferences-VSIX-VS2019
path: dist/
- uses: actions/download-artifact@master
- uses: actions/download-artifact@v3
with:
name: VisualFindReferences-VSIX-VS2022
path: dist/
Expand Down

0 comments on commit 6a4c97b

Please sign in to comment.