diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a79c10a016c..c0fc1aaff51a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -158,7 +158,7 @@ jobs: id: create_artifacts if: always() run: python3 ci/create-artifacts.py - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: always() && steps.create_artifacts.outcome == 'success' with: name: ${{ env.ARCHIVE_NAME }}-${{ matrix.target }}${{ matrix.artifact-tag && format('-{0}', matrix.artifact-tag) }} @@ -254,7 +254,7 @@ jobs: id: create_artifacts if: always() run: ./ci/create-artifacts.py - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: always() && steps.create_artifacts.outcome == 'success' with: name: ${{ env.ARCHIVE_NAME }}-${{ matrix.target }}${{ matrix.artifact-tag && format('-{0}', matrix.artifact-tag) }}