Skip to content

Commit

Permalink
Revert "chore(deps): bump actions/upload-artifact from 3 to 4" (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
panva authored Dec 18, 2023
1 parent 12d76e4 commit 820d2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ jobs:
- run: npm run test
working-directory: ./runner
- name: Upload test artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
path: runner/export-*.zip
name: ${{ matrix.setup.plan }} failed html results
if-no-files-found: ignore
if: ${{ failure() }}
- name: Upload test logs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
if-no-files-found: warn
name: ${{ matrix.setup.plan }} runner logs
Expand Down

0 comments on commit 820d2c4

Please sign in to comment.