Skip to content

Commit

Permalink
Merge pull request #141 from openequella/renovate/actions-upload-arti…
Browse files Browse the repository at this point in the history
…fact-4.x

chore(deps): update actions/upload-artifact action to v4.5.0
  • Loading branch information
PenghaiZhang authored Dec 19, 2024
2 parents d9991b2 + f7f8841 commit 2e72896
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 2e72896

Please sign in to comment.