Skip to content

Commit

Permalink
Update test workflow for actions/upload-artifact@v4 (#53)
Browse files Browse the repository at this point in the history
* Update test workflow for actions/upload-artifact@v4.
* Peg actions/upload-artifact to v4.
  • Loading branch information
Neo2308 authored Jan 24, 2024
1 parent 814683c commit b89b977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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.*'

0 comments on commit b89b977

Please sign in to comment.