diff --git a/.github/workflows/work_change.yaml b/.github/workflows/work_change.yaml index b2ff46e7..8168f44e 100644 --- a/.github/workflows/work_change.yaml +++ b/.github/workflows/work_change.yaml @@ -61,7 +61,7 @@ jobs: require_tests: "${{ steps.images.outcome == 'failure' }}" fail_on_failure: false job_summary: false - - uses: actions/upload-artifact@v4.3.2 + - uses: actions/upload-artifact@v4.3.3 if: ${{ !cancelled() }} with: name: test-coverage-report diff --git a/.github/workflows/work_proposal.yaml b/.github/workflows/work_proposal.yaml index 34a9aa77..4cf6cca1 100644 --- a/.github/workflows/work_proposal.yaml +++ b/.github/workflows/work_proposal.yaml @@ -106,7 +106,7 @@ jobs: -e ility=${{ matrix.ility }} -e opsenv=${{ matrix.env.ops }} -e repo_mode=ro - - uses: actions/upload-artifact@v4.3.2 + - uses: actions/upload-artifact@v4.3.3 with: name: product-${{ matrix.env.ops }}-${{ matrix.ility }} path: stack/product/target/${{ matrix.ility }} @@ -159,7 +159,7 @@ jobs: -e reminder=${{ matrix.shard }} -e modulus=2 -e repo_mode=ro - - uses: actions/upload-artifact@v4.3.2 + - uses: actions/upload-artifact@v4.3.3 if: ${{ !cancelled() }} with: name: e2e-tests-${{ matrix.env.ops }}-${{ matrix.ility }}-${{ matrix.shard }}