Skip to content

Commit

Permalink
Update Artifact from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mariru27 committed Sep 24, 2024
1 parent dbbebaf commit 6b2d644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build-ClangPowerTools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:


- name: Archive production ClangPowerTools artifacts (cpt generated with advanced installer)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: VsixAI
path: ${{ github.workspace }}\ClangPowerTools\VsixAI\ClangPowerTools.vsix

- name: Archive production ClangPowerTools 2022 artifacts (cpt 2022 generated with advanced installer)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: VsixAI
path: ${{ github.workspace }}\ClangPowerTools\VsixAI\ClangPowerTools2022.vsix
Expand Down

0 comments on commit 6b2d644

Please sign in to comment.