Skip to content

Commit

Permalink
ci: update upload-artifact (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinenerio authored Sep 12, 2024
1 parent 1da19d7 commit 9ec55e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:

- name: Store failure artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: golden-test-failure
path: "**/test/golden/**/failures/"
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:

- name: Store failure artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: golden-test-failure
path: "**/test/golden/**/failures/"

0 comments on commit 9ec55e8

Please sign in to comment.