Skip to content

Commit b583993

Browse files
authored
Revert "build(deps): bump actions/upload-artifact from 3 to 4" (#1243)
1 parent 1111362 commit b583993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
run: |
254254
zip -ur ${{ env.EXPORT_FILE }} server.log
255255
- name: Upload test artifacts
256-
uses: actions/upload-artifact@v4
256+
uses: actions/upload-artifact@v3
257257
with:
258258
path: export-*.zip
259259
name: certification html results

0 commit comments

Comments
 (0)