diff --git a/.github/workflows/docker-build-push.yml b/.github/workflows/docker-build-push.yml index 6f2feb88..6f91aa55 100644 --- a/.github/workflows/docker-build-push.yml +++ b/.github/workflows/docker-build-push.yml @@ -165,7 +165,7 @@ jobs: - name: Upload API scan results as artifact if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: api-security-scan-results path: | @@ -290,7 +290,7 @@ jobs: - name: Upload App scan results as artifact if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: app-security-scan-results path: |