Skip to content

Commit

Permalink
chore: bump upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Dec 20, 2023
1 parent b583993 commit 391885c
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 @@ -253,10 +253,10 @@ jobs:
run: |
zip -ur ${{ env.EXPORT_FILE }} server.log
- name: Upload test artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: export-*.zip
name: certification html results
name: certification html results idx(${{ strategy.job-index }})
if-no-files-found: ignore
if: ${{ always() }}
- name: Stop Conformance Suite
Expand Down

0 comments on commit 391885c

Please sign in to comment.