Skip to content

Commit

Permalink
github-actions: actions/upload-artifact@v4 will be retired by January…
Browse files Browse the repository at this point in the history
… 30th, 2025
  • Loading branch information
v1v committed Jan 20, 2025
1 parent 59edda5 commit 92a2110
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 92a2110

Please sign in to comment.