diff --git a/.github/workflows/ci-docker-deployment.yaml b/.github/workflows/ci-docker-deployment.yaml index cf7c3356f..9300fcb15 100644 --- a/.github/workflows/ci-docker-deployment.yaml +++ b/.github/workflows/ci-docker-deployment.yaml @@ -26,7 +26,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ env.ARTIFACT_NAME }} path: docker_compose.zip diff --git a/.github/workflows/ci-main.yaml b/.github/workflows/ci-main.yaml index e6432bfeb..d91800e00 100644 --- a/.github/workflows/ci-main.yaml +++ b/.github/workflows/ci-main.yaml @@ -48,7 +48,7 @@ jobs: env: FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }} - name: upload THIRDPARTY file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: THIRDPARTY path: /tmp/THIRDPARTY @@ -126,7 +126,7 @@ jobs: # fail_ci_if_error: true # path_to_write_report: ./coverage/codecov_report.txt # verbose: true - - uses: actions/upload-artifact@v4 # upload test results + - uses: actions/upload-artifact@v5 # upload test results if: success() || failure() # run this step even if previous step failed with: name: test-results-unit-python_${{ matrix.python-version }} diff --git a/.github/workflows/offline-installation.yaml b/.github/workflows/offline-installation.yaml index f15362233..e239e47aa 100644 --- a/.github/workflows/offline-installation.yaml +++ b/.github/workflows/offline-installation.yaml @@ -36,7 +36,7 @@ jobs: GET_YAML_FIELD_SCRIPT: get_yaml_fields.py GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ env.ARTIFACT_NAME }} path: /tmp/package/packages