diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a3b3e19..90a0b3b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,9 +42,9 @@ jobs: - name: Upload bottles as artifact if: always() && github.event_name == 'pull_request' - uses: actions/upload-artifact@main + uses: actions/upload-artifact@v4 with: - name: bottles + name: bottles-${{ matrix.os }} path: '*.bottle.*' - name: Upload Brew test logs