Skip to content

Commit

Permalink
[8.x](backport #2935) github-actions: actions/upload-artifact@v3 will…
Browse files Browse the repository at this point in the history
… be retired by January 30th, 2025 (#2940)

github-actions: actions/upload-artifact@v3 will be retired by January 30th, 2025 (#2935)

github-actions: actions/upload-artifact@v4 will be retired by January 30th, 2025
(cherry picked from commit 919aa91)

Co-authored-by: Victor Martinez <[email protected]>
  • Loading branch information
mergify[bot] and v1v authored Jan 21, 2025
1 parent ac9994b commit 854a08d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/eks-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
- name: Upload Test Results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: allure_results-${{ matrix.test-target}}
path: ${{ env.REPORTS_DIR }}
Expand All @@ -230,9 +230,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
pattern: allure_results-*
path: artifacts
merge-multiple: true

- name: Extract Artifacts
run: |
Expand Down

0 comments on commit 854a08d

Please sign in to comment.