diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 56e453b..1251fdd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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