Skip to content

Commit f5d0595

Browse files
committed
fix(workflows): Builder
1 parent c42f2d7 commit f5d0595

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/builder.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -121,20 +121,9 @@ jobs:
121121
needs: ["versioning", "build"]
122122
runs-on: Linux
123123
steps:
124-
- uses: actions/download-artifact@v3
124+
- uses: actions/download-artifact@v4
125125
with:
126-
name: Swiftly.Plugin.Depot.Linux
127-
path: build/Swiftly.Plugin.Depot.Linux.zip
128-
129-
- uses: actions/download-artifact@v3
130-
with:
131-
name: Swiftly.Plugin.Windows
132-
path: build/Swiftly.Plugin.Windows.zip
133-
134-
- uses: actions/download-artifact@v3
135-
with:
136-
name: Swiftly.Plugin.Linux
137-
path: build/Swiftly.Plugin.Linux.zip
126+
path: build
138127

139128
- name: Release
140129
id: release

0 commit comments

Comments
 (0)