Skip to content

Commit 8783da2

Browse files
CI: Roll back actions/upload-artifact to v3 (#62)
For whatever reason, v4 breaks the upload job now. See actions/upload-artifact#478. I'm just going to roll it back for the time being and retry the 1.4.0 release.
1 parent bac32f4 commit 8783da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
9090

9191
steps:
92-
- uses: actions/download-artifact@v4
92+
- uses: actions/download-artifact@v3
9393
with:
9494
name: artifacts
9595
path: dist

0 commit comments

Comments
 (0)