Skip to content

Commit

Permalink
ci: revert to upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Jan 30, 2024
1 parent b1b8ad6 commit 302d728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:

- name: Upload bottles as artifact
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: bottles-${{ matrix.os }}
name: bottles
path: '*.bottle.*'

- name: Upload Brew test logs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
if: failure()
with:
name: Brew test logs
Expand Down

0 comments on commit 302d728

Please sign in to comment.