File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ jobs:
8383 tar -czf cabal.tar.gz *
8484
8585 - name : Upload workspace
86- uses : actions/upload-artifact@v2
86+ uses : actions/upload-artifact@v3
8787 with :
8888 name : workspace
8989 retention-days : 1
9090 path : workspace.tar.gz
9191
9292 - name : Upload .cabal
93- uses : actions/upload-artifact@v2
93+ uses : actions/upload-artifact@v3
9494 with :
9595 name : cabal-home
9696 retention-days : 1
@@ -141,7 +141,7 @@ jobs:
141141 column -s, -t < ghcide/bench-results/unprofiled/${{ matrix.example }}/results.csv | tee ghcide/bench-results/unprofiled/${{ matrix.example }}/results.txt
142142
143143 - name : Archive benchmarking artifacts
144- uses : actions/upload-artifact@v2
144+ uses : actions/upload-artifact@v3
145145 with :
146146 name : bench-results-${{ runner.os }}-${{ matrix.ghc }}
147147 path : |
@@ -151,7 +151,7 @@ jobs:
151151 ghcide/bench-results/**/*.eventlog.html
152152
153153 - name : Archive benchmark logs
154- uses : actions/upload-artifact@v2
154+ uses : actions/upload-artifact@v3
155155 with :
156156 name : bench-logs-${{ runner.os }}-${{ matrix.ghc }}
157157 path : |
Original file line number Diff line number Diff line change 5656 asset_content_type : application/gzip
5757
5858 - name : Upload source tarball to workflow artifacts
59- uses : actions/upload-artifact@v2
59+ uses : actions/upload-artifact@v3
6060 with :
6161 name : haskell-language-server-${{ env.HLS_VER }}-src.tar.gz
6262 path : src-dist/haskell-language-server.tar.gz
@@ -140,7 +140,7 @@ jobs:
140140 }
141141
142142 - name : Upload binaries tarball to workflow artifacts
143- uses : actions/upload-artifact@v2
143+ uses : actions/upload-artifact@v3
144144 with :
145145 path : ${{ github.workspace }}/*
146146
@@ -168,7 +168,7 @@ jobs:
168168 asset_content_type : plain/text
169169
170170 - name : Upload sha256sums to workflow artifacts
171- uses : actions/upload-artifact@v2
171+ uses : actions/upload-artifact@v3
172172 with :
173173 name : SHA256SUMS
174174 path : SHA256SUMS
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137
138138 - name : " Upload package dist tarball"
139139 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
141141 with :
142142 name : ${{ matrix.package }}
143143 path : ${{ steps.generate-dist-tarball.outputs.path }}
You can’t perform that action at this time.
0 commit comments