Skip to content

Commit

Permalink
fix: usage of actions/upload-artifact
Browse files Browse the repository at this point in the history
`scheduled for deprecation`
  • Loading branch information
hamirmahal committed Jun 30, 2024
1 parent 02d2c18 commit 40df8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
BT_API_AUTH_TOKEN: ${{ secrets.BT_API_AUTH_TOKEN }}

- name: Upload dist
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/

0 comments on commit 40df8de

Please sign in to comment.