diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 536e35d..8c0f758 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | diff --git a/.github/workflows/vsix.yml b/.github/workflows/vsix.yml index 9b2e35f..dd99cd1 100644 --- a/.github/workflows/vsix.yml +++ b/.github/workflows/vsix.yml @@ -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: |