Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent d9991b2 commit f7f8841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
working-directory: build/distributions

- name: Save artefacts
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.5.0
with:
name: Artefacts
path: build/distributions

- name: Save Coverage Report
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.5.0
with:
name: CoverageReport
path: build/reports/tests/test
Expand Down

0 comments on commit f7f8841

Please sign in to comment.