diff --git a/.github/workflows/_e2e_tests.yaml b/.github/workflows/_e2e_tests.yaml index 1cfd0de429..a9190a33c8 100644 --- a/.github/workflows/_e2e_tests.yaml +++ b/.github/workflows/_e2e_tests.yaml @@ -106,7 +106,7 @@ jobs: steps: - name: Download built image artifact if: ${{ inputs.load-local-image }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: kic-image path: /tmp @@ -312,7 +312,7 @@ jobs: steps: - name: Download built image artifact if: ${{ inputs.load-local-image }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: kic-image path: /tmp diff --git a/.github/workflows/_performance_tests.yaml b/.github/workflows/_performance_tests.yaml index 805f2e2746..0774fbb456 100644 --- a/.github/workflows/_performance_tests.yaml +++ b/.github/workflows/_performance_tests.yaml @@ -35,7 +35,7 @@ jobs: steps: - name: Download built image artifact if: ${{ inputs.load-local-image }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: kic-image path: /tmp @@ -129,7 +129,7 @@ jobs: steps: - name: Download built image artifact if: ${{ inputs.load-local-image }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: kic-image path: /tmp diff --git a/.github/workflows/_test_reports.yaml b/.github/workflows/_test_reports.yaml index fde5ba4234..205f03d3da 100644 --- a/.github/workflows/_test_reports.yaml +++ b/.github/workflows/_test_reports.yaml @@ -29,7 +29,7 @@ jobs: - name: collect test coverage artifacts id: download-coverage - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v4.1.7 with: pattern: coverage-* path: coverage @@ -56,7 +56,7 @@ jobs: - name: download tests report id: download-coverage - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v4.1.7 with: pattern: tests-report-* path: report diff --git a/.github/workflows/performance_nightly.yaml b/.github/workflows/performance_nightly.yaml index ab399e8dd3..37b9e07c4e 100644 --- a/.github/workflows/performance_nightly.yaml +++ b/.github/workflows/performance_nightly.yaml @@ -44,7 +44,7 @@ jobs: gem install youplot - name: download performance test results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: performance-tests-results path: perf-results diff --git a/.github/workflows/performance_targeted.yaml b/.github/workflows/performance_targeted.yaml index 6643764353..0ee8541f70 100644 --- a/.github/workflows/performance_targeted.yaml +++ b/.github/workflows/performance_targeted.yaml @@ -104,7 +104,7 @@ jobs: gem install youplot - name: download performance test results - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: performance-tests-results path: perf-results