diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46492b8..181482d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - run: npm run typecheck - run: npm run test:coverage - run: npm run build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: coverage path: coverage/lcov.info @@ -68,7 +68,7 @@ jobs: - run: npm run package - run: npm run test:vsix - run: sha256sum build/markdown-table-editor.vsix > build/SHA256SUMS.txt - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: markdown-table-editor-vsix path: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d95da53..f34c1aa 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,7 @@ jobs: output: codeql-results - name: Fail on CodeQL findings run: node scripts/check-sarif.mjs codeql-results - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: codeql-sarif