diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a47760..56a2b10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -238,7 +238,7 @@ jobs: run: yarn typecheck - id: report name: Upload report - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: ${{ format('{0}.typecheck.blob.json', env.SHA) }} path: ./.vitest-reports/typecheck.blob.json @@ -284,13 +284,13 @@ jobs: filter: "'${{ env.PCT }}'" - id: report name: Upload report - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: ${{ format('{0}.node{1}.blob.json', env.SHA, matrix.node-version) }} path: ./.vitest-reports/test.blob.json - id: coverage-summary name: Upload coverage summary - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: ${{ format('{0}.node{1}.coverage.json', env.SHA, matrix.node-version) }} path: ${{ env.COVERAGE_SUMMARY }} @@ -362,13 +362,13 @@ jobs: filter: "'${{ env.PCT }}'" - id: report name: Upload report - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: ${{ format('{0}.bun-{1}.blob.json', env.SHA, matrix.bun-version) }} path: ./.vitest-reports/test.blob.json - id: coverage-summary name: Upload coverage summary - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: ${{ format('{0}.bun-{1}.coverage.json', env.SHA, matrix.bun-version) }} path: ${{ env.COVERAGE_SUMMARY }} @@ -457,7 +457,7 @@ jobs: run: attw ${{ steps.tarball.outputs.result }} - id: archive name: Archive production artifact - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: ${{ steps.tarball.outputs.result }} path: ${{ steps.tarball.outputs.result }}