diff --git a/.github/workflows/mod-release-pipeline.yml b/.github/workflows/mod-release-pipeline.yml index 2dc10d4c7f..0c0ac8713c 100644 --- a/.github/workflows/mod-release-pipeline.yml +++ b/.github/workflows/mod-release-pipeline.yml @@ -140,7 +140,7 @@ jobs: - name: Prepare Artifact Folder run: mkdir -p ./ci-artifacts - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 name: Download all Artifacts with: path: ./ci-artifacts/ @@ -197,7 +197,7 @@ jobs: - name: Prepare Artifact Folder run: mkdir -p ./ci-artifacts - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 name: Download all Artifacts with: path: ./ci-artifacts/ @@ -256,7 +256,7 @@ jobs: - name: Prepare Artifact Folder run: mkdir -p ./ci-artifacts - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 name: Download all Artifacts with: path: ./ci-artifacts/ @@ -387,7 +387,7 @@ jobs: run: mkdir -p ${{ inputs.outputDir }}/dist - name: Download all Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: ${{ inputs.outputDir }}/artifacts diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index 0ed5663907..e64b5ed30f 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -109,7 +109,7 @@ jobs: - name: Prepare Artifact Folder run: mkdir -p ./ci-artifacts/final - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 name: Download all Artifacts with: path: ./ci-artifacts/