Skip to content

Commit

Permalink
Merge pull request #8 from overmindtech/renovate/major-github-artifac…
Browse files Browse the repository at this point in the history
…t-actions

Update actions/upload-artifact action to v4
  • Loading branch information
dylanratcliffe authored Mar 15, 2024
2 parents 55b4e4a + 1a96ae2 commit f37713f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

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

0 comments on commit f37713f

Please sign in to comment.