File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 89
89
run : stack etc/scripts/release.hs build ${{ matrix.release-args }}
90
90
91
91
- name : Upload bindist
92
- uses : actions/upload-artifact@v2
92
+ uses : actions/upload-artifact@v3
93
93
with :
94
94
name : ${{ runner.os }}
95
95
path : _release/stack-*
@@ -101,17 +101,17 @@ jobs:
101
101
if : startsWith(github.ref, 'refs/tags/')
102
102
steps :
103
103
- name : Download Linux artifact
104
- uses : actions/download-artifact@v2
104
+ uses : actions/download-artifact@v3
105
105
with :
106
106
name : Linux
107
107
path : _release
108
108
- name : Download macOS artifact
109
- uses : actions/download-artifact@v2
109
+ uses : actions/download-artifact@v3
110
110
with :
111
111
name : macOS
112
112
path : _release
113
113
- name : Download Windows artifact
114
- uses : actions/download-artifact@v2
114
+ uses : actions/download-artifact@v3
115
115
with :
116
116
name : Windows
117
117
path : _release
You can’t perform that action at this time.
0 commit comments