From d1d58c4242929717d688950ef11842b9de4bc00a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 16:27:54 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/scan-with-trivy.yml | 4 ++-- .github/workflows/test-on-digitalocean-infra.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scan-with-trivy.yml b/.github/workflows/scan-with-trivy.yml index 70ab5af..a644024 100644 --- a/.github/workflows/scan-with-trivy.yml +++ b/.github/workflows/scan-with-trivy.yml @@ -93,7 +93,7 @@ jobs: output: ${{ matrix.name }}.cdx.json - name: Upload CycloneDX SBOM if: ${{matrix.scan_enabled == true && inputs.generate_sbom == true}} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.name }}-cyclonedx-sbom path: ${{ matrix.name }}.cdx.json @@ -157,7 +157,7 @@ jobs: echo "safe_name=${SAFE_NAME}" >> $GITHUB_OUTPUT - name: Upload CycloneDX SBOM if: ${{inputs.generate_sbom == true}} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ steps.safe-filename.outputs.safe_name }}-cyclonedx-sbom path: sbom-${{ github.run_id }}-${{ github.run_attempt }}.cdx.json diff --git a/.github/workflows/test-on-digitalocean-infra.yml b/.github/workflows/test-on-digitalocean-infra.yml index 1783af0..a039c35 100644 --- a/.github/workflows/test-on-digitalocean-infra.yml +++ b/.github/workflows/test-on-digitalocean-infra.yml @@ -208,7 +208,7 @@ jobs: RUN_UI_TESTS: ${{ inputs.run_ui_tests && matrix.node == inputs.ui_test_node }} - name: "Save tests results" if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: tests-logs-${{ matrix.node }} path: |