File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ jobs:
83
83
tar -czf cabal.tar.gz *
84
84
85
85
- name : Upload workspace
86
- uses : actions/upload-artifact@v2
86
+ uses : actions/upload-artifact@v3
87
87
with :
88
88
name : workspace
89
89
retention-days : 1
90
90
path : workspace.tar.gz
91
91
92
92
- name : Upload .cabal
93
- uses : actions/upload-artifact@v2
93
+ uses : actions/upload-artifact@v3
94
94
with :
95
95
name : cabal-home
96
96
retention-days : 1
@@ -141,7 +141,7 @@ jobs:
141
141
column -s, -t < ghcide/bench-results/unprofiled/${{ matrix.example }}/results.csv | tee ghcide/bench-results/unprofiled/${{ matrix.example }}/results.txt
142
142
143
143
- name : Archive benchmarking artifacts
144
- uses : actions/upload-artifact@v2
144
+ uses : actions/upload-artifact@v3
145
145
with :
146
146
name : bench-results-${{ runner.os }}-${{ matrix.ghc }}
147
147
path : |
@@ -151,7 +151,7 @@ jobs:
151
151
ghcide/bench-results/**/*.eventlog.html
152
152
153
153
- name : Archive benchmark logs
154
- uses : actions/upload-artifact@v2
154
+ uses : actions/upload-artifact@v3
155
155
with :
156
156
name : bench-logs-${{ runner.os }}-${{ matrix.ghc }}
157
157
path : |
Original file line number Diff line number Diff line change 56
56
asset_content_type : application/gzip
57
57
58
58
- name : Upload source tarball to workflow artifacts
59
- uses : actions/upload-artifact@v2
59
+ uses : actions/upload-artifact@v3
60
60
with :
61
61
name : haskell-language-server-${{ env.HLS_VER }}-src.tar.gz
62
62
path : src-dist/haskell-language-server.tar.gz
@@ -140,7 +140,7 @@ jobs:
140
140
}
141
141
142
142
- name : Upload binaries tarball to workflow artifacts
143
- uses : actions/upload-artifact@v2
143
+ uses : actions/upload-artifact@v3
144
144
with :
145
145
path : ${{ github.workspace }}/*
146
146
@@ -168,7 +168,7 @@ jobs:
168
168
asset_content_type : plain/text
169
169
170
170
- name : Upload sha256sums to workflow artifacts
171
- uses : actions/upload-artifact@v2
171
+ uses : actions/upload-artifact@v3
172
172
with :
173
173
name : SHA256SUMS
174
174
path : SHA256SUMS
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
138
138
- name : " Upload package dist tarball"
139
139
if : steps.get-hackage-version.outputs.exists != 'true' && matrix.ghc == '8.10.7'
140
- uses : actions/upload-artifact@v2
140
+ uses : actions/upload-artifact@v3
141
141
with :
142
142
name : ${{ matrix.package }}
143
143
path : ${{ steps.generate-dist-tarball.outputs.path }}
You can’t perform that action at this time.
0 commit comments