Skip to content

Commit

Permalink
Merge pull request #2 from rust-companion/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 Apr 15, 2024
2 parents 9f8feca + 4e36271 commit 0e0276c
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 0e0276c

Please sign in to comment.