Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent 365682a commit 91d992f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
let json = JSON.stringify(reports);
fs.writeFileSync('report_int.json', json);
- name: Upload coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always() && github.event_name == 'pull_request'
with:
name: report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
let json = JSON.stringify(reports);
fs.writeFileSync('report.json', json);
- name: Upload Lint report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always() && github.event_name == 'pull_request'
with:
name: report
Expand Down

0 comments on commit 91d992f

Please sign in to comment.