diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 635cea9..89bcf75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: working-directory: ${{ github.workspace }}/${{ env.SERVICE_NAME }}/ - name: Upload verification reports to artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ env.SERVICE_NAME }}-build-reports path: ${{ github.workspace }}/${{ env.SERVICE_NAME }}/build/reports/ diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index fd17720..1c39faa 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -41,7 +41,7 @@ jobs: working-directory: ${{ github.workspace }}/${{ env.SERVICE_NAME }}/ - name: Upload dependency check report to artifacts if: ${{ failure() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: dependency-check-report.html path: ${{ github.workspace }}/${{ env.SERVICE_NAME }}/build/reports/dependency-check-report.html