diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 546432ffb..01e08825f 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -149,7 +149,7 @@ jobs: - name: Store image size report if: success() || failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.dive }} path: ${{ matrix.dive }} @@ -187,7 +187,7 @@ jobs: - name: Store CVE report if: success() || failure() && env.SEVERITY != 'SKIP' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.report }} path: ${{ matrix.report }} diff --git a/.github/workflows/build-schema.yml b/.github/workflows/build-schema.yml index b790daf85..0ebfc5c2c 100644 --- a/.github/workflows/build-schema.yml +++ b/.github/workflows/build-schema.yml @@ -50,7 +50,7 @@ jobs: - name: Download package if: needs.ods_tools.outputs.whl_filename != '' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: bin_package path: ${{ github.workspace }}/ @@ -68,7 +68,7 @@ jobs: python ./manage.py generate_swagger ${{ env.SCHEMA }} - name: Store OpenAPI schema - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: openapi-schema path: ${{ env.SCHEMA }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9e43f1b6b..efae3c3bb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -321,21 +321,21 @@ jobs: docker run --entrypoint "eve" ${{ needs.build_images.outputs.worker_image }} '-v' 2> KTOOLS_VERSION - name: 'store OASISLMF_VERSION' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: OASISLMF_VERSION path: OASISLMF_VERSION retention-days: 5 - name: 'store ODS_VERSION' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ODS_VERSION path: ODS_VERSION retention-days: 5 - name: 'store KTOOLS_VERSION' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: KTOOLS_VERSION path: KTOOLS_VERSION @@ -353,7 +353,7 @@ jobs: test "v$KTOOL_VER" = ${{ env.ktools_release }} || exit 1 - name: Download API schema - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: openapi-schema path: ${{ github.workspace }}/ diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index aab53d9f9..2473c031c 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -106,7 +106,7 @@ jobs: - name: Store CVE report if: success() || failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.REPORT }} path: ${{ env.REPORT }} diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 17281885e..78990d827 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -63,7 +63,7 @@ jobs: - name: Download package if: needs.ods_tools.outputs.whl_filename != '' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: bin_package path: ${{ github.workspace }}/