Skip to content

Commit

Permalink
Merge pull request #5 from rust-scientist/renovate/major-github-artif…
Browse files Browse the repository at this point in the history
…act-actions

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
jamezrin authored May 5, 2024
2 parents defd6c6 + a967810 commit 693c022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: bun install
- run: bun run build
- name: Create ZIP package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: extension
path: dist/*

0 comments on commit 693c022

Please sign in to comment.