diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 5d95d12..c54f0de 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -43,7 +43,7 @@ jobs: vsce package --out sigscan-${{ github.sha }}.vsix - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: extension-${{ matrix.node-version }}-${{ github.sha }} path: "*.vsix" diff --git a/.github/workflows/build-runner.yml b/.github/workflows/build-runner.yml index faec39e..35388a6 100644 --- a/.github/workflows/build-runner.yml +++ b/.github/workflows/build-runner.yml @@ -70,7 +70,7 @@ jobs: copy runner\target\${{ matrix.target }}\release\sigscan-runner.exe ${{ matrix.artifact }} - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.artifact }} path: ${{ matrix.artifact }}