Skip to content

Commit e57e57b

Browse files
committed
Change v3 default to false
1 parent 4183f25 commit e57e57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hexdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
use-artifacts-v3:
3535
description: If true, use actions/upload-artifact@v3 instead of actions/upload-artifact@v4
3636
type: boolean
37-
default: true
37+
default: false
3838
secrets:
3939
GH_TOKEN:
4040
required: true

0 commit comments

Comments
 (0)