Skip to content

Commit 820d2c4

Browse files
authored
Revert "chore(deps): bump actions/upload-artifact from 3 to 4" (#646)
1 parent 12d76e4 commit 820d2c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@ jobs:
124124
- run: npm run test
125125
working-directory: ./runner
126126
- name: Upload test artifacts
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v3
128128
with:
129129
path: runner/export-*.zip
130130
name: ${{ matrix.setup.plan }} failed html results
131131
if-no-files-found: ignore
132132
if: ${{ failure() }}
133133
- name: Upload test logs
134-
uses: actions/upload-artifact@v4
134+
uses: actions/upload-artifact@v3
135135
with:
136136
if-no-files-found: warn
137137
name: ${{ matrix.setup.plan }} runner logs

0 commit comments

Comments
 (0)