Skip to content

Commit

Permalink
Update the upload-artifacts Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jgustie committed Jun 5, 2024
1 parent d1738f1 commit 1212f04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.BMASTERS_TOKEN }}
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-archives
path: dist/*.tar.gz

0 comments on commit 1212f04

Please sign in to comment.