Skip to content

Commit

Permalink
Merge pull request #139 from christianhelle/renovate/actions-upload-a…
Browse files Browse the repository at this point in the history
…rtifact-3.x
  • Loading branch information
christianhelle authored Dec 12, 2023
2 parents 935510c + b174c6a commit ba1c567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: mv src/VSPackage/bin/Release/ResWFileCodeGenerator.vsix ResWFileCodeGenerator-${{ env.VERSION }}.vsix

- name: Publish artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Visual Studio Extension
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: mv src/VSPackage/bin/Release/ResWFileCodeGenerator.vsix ResWFileCodeGenerator-${{ env.VERSION }}.vsix

- name: Publish artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Artifacts
path: |
Expand Down

0 comments on commit ba1c567

Please sign in to comment.