diff --git a/.github/workflows/go-license-check.yml b/.github/workflows/go-license-check.yml index 631e0c5..0aeec09 100644 --- a/.github/workflows/go-license-check.yml +++ b/.github/workflows/go-license-check.yml @@ -60,7 +60,7 @@ jobs: - name: Uploading results if: ${{ !cancelled() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: licenses_check-${{ steps.meta.outputs.artifact-name }} path: ./licenses_check/ diff --git a/.github/workflows/japi-compliance-checker.yml b/.github/workflows/japi-compliance-checker.yml index 38c690e..05b87f3 100644 --- a/.github/workflows/japi-compliance-checker.yml +++ b/.github/workflows/japi-compliance-checker.yml @@ -94,7 +94,7 @@ jobs: - name: Upload compatibility report if: success() || failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: japi-compatibility-report path: compat_reports \ No newline at end of file diff --git a/.github/workflows/java-integration-test.yml b/.github/workflows/java-integration-test.yml index 77d3a93..c4e369d 100644 --- a/.github/workflows/java-integration-test.yml +++ b/.github/workflows/java-integration-test.yml @@ -46,7 +46,7 @@ jobs: gradle-version: wrapper - name: "Run integration test, project: ${{ inputs.project-path }} task: ${{ inputs.integration-test-task }}" run: ./gradlew -p ${{ inputs.project-path }} ${{ inputs.gradle-info && '--info' || '' }} clean ${{ inputs.integration-test-task }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: failure() with: name: integration-test-results diff --git a/.github/workflows/license_check.yml b/.github/workflows/license_check.yml index a6e6b22..f01bdf4 100644 --- a/.github/workflows/license_check.yml +++ b/.github/workflows/license_check.yml @@ -70,7 +70,7 @@ jobs: - name: Uploading results if: ${{ !cancelled() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: licenses_check-${{ env.ARTIFACT_NAME }} path: ./licenses_check/ diff --git a/.github/workflows/python-license-check.yml b/.github/workflows/python-license-check.yml index 5cd0759..fbfc5a5 100644 --- a/.github/workflows/python-license-check.yml +++ b/.github/workflows/python-license-check.yml @@ -125,7 +125,7 @@ jobs: - name: Uploading results if: ${{ !cancelled() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: licenses_check-${{ steps.meta.outputs.artifact-name }} path: ./licenses_check/