Skip to content

Commit

Permalink
[CI] Update actions/upload-artifact (#2555)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeal authored Sep 29, 2024
1 parent f3d84db commit d00c638
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: zip -r reports.zip . -i '**/reports/*.xml' '**/reports/*.html'
- name: Upload reports
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: lint_reports
path: reports.zip
Expand All @@ -52,7 +52,7 @@ jobs:
run: zip -r reports.zip . -i '**/reports/*.xml' '**/reports/*.html'
- name: Upload reports
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: unit_test_reports
path: reports.zip
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
mkdir -p ./env
echo PR_NUMBER=$PR_NUMBER > ./env/env
echo GITHUB_SHA=${{ github.sha }} >> ./env/env
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: env
path: env/
Expand Down

0 comments on commit d00c638

Please sign in to comment.