Skip to content

Commit

Permalink
bump actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ellanan committed Jan 30, 2025
1 parent db9a51c commit 495b65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
yarn install
yarn rollup
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-${{ github.sha }}-${{ github.run_id }}-bundles
path: dist
Expand All @@ -78,7 +78,7 @@ jobs:
yarn install
yarn test-output
- name: Upload test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-${{ github.sha }}-${{ github.run_id }}-${{ github.job }}-results
path: test-results
Expand Down

0 comments on commit 495b65a

Please sign in to comment.