Skip to content

Commit

Permalink
Merge pull request #22 from icelam/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

ci: bump actions/upload-artifact from 3 to 4
  • Loading branch information
icelam authored Feb 6, 2024
2 parents 023b2fc + 249023e commit ea24557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
report-json: ${{ env.TEST_REPORT_ESLINT_FOLDER }}/${{ env.TEST_REPORT_ESLINT_FILENAME }}
only-pr-files: false
- name: Preserve lint report as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lint-report
path: ${{ env.TEST_REPORT_ESLINT_FOLDER }}/*
Expand Down

0 comments on commit ea24557

Please sign in to comment.