diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 76c0381..2941736 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -87,7 +87,7 @@ jobs: VALIDATE_ALL_CODEBASE: true # ADD CUSTOM ENV VARIABLES HERE TO OVERRIDE VALUES OF .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: always() with: name: megalinter-reports diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 733265f..3d631f8 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -35,7 +35,7 @@ jobs: - name: Integration test run: npm run test:nut - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: coverage-test-report path: reports/coverage