File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,13 +116,13 @@ jobs:
116
116
enable-stack : false
117
117
118
118
- name : Download cabal home
119
- uses : actions/download-artifact@v2
119
+ uses : actions/download-artifact@v3
120
120
with :
121
121
name : cabal-home
122
122
path : .
123
123
124
124
- name : Download workspace
125
- uses : actions/download-artifact@v2
125
+ uses : actions/download-artifact@v3
126
126
with :
127
127
name : workspace
128
128
path : .
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148
148
needs : [tar, src-tar]
149
149
runs-on : ubuntu-18.04
150
150
steps :
151
- - uses : actions/download-artifact@v2
151
+ - uses : actions/download-artifact@v3
152
152
153
153
- name : Generate sha256 sums for all workflow artifacts
154
154
run : |
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150
150
runs-on : ubuntu-latest
151
151
steps :
152
152
153
- - uses : actions/download-artifact@v2
153
+ - uses : actions/download-artifact@v3
154
154
with :
155
155
path : packages
156
156
You can’t perform that action at this time.
0 commit comments