Skip to content

Commit

Permalink
ci: update upload-artifact action to use master branch (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogunb authored Feb 4, 2025
1 parent ef5cc6f commit 1750cdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run build
run: npm run build
- name: Create build artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@main
with:
name: build-output
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run tests
run: npm run test
- name: Create coverage artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@main
if: always()
with:
name: test-coverage-report
Expand Down

0 comments on commit 1750cdc

Please sign in to comment.