File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6969 run : |
7070 _build/bin/cabal --version
7171
72- - uses : actions/upload-artifact@v3
72+ - uses : actions/upload-artifact@v4
7373 with :
7474 name : cabal-${{ matrix.os }}-${{ matrix.ghc }}-bootstrapped
7575 path : _build/artifacts/*
Original file line number Diff line number Diff line change 7373 run : |
7474 make SPHINX_HTML_OUTDIR=html users-guide
7575
76- - uses : actions/upload-artifact@v3
76+ - uses : actions/upload-artifact@v4
7777 with :
7878 name : users-guide-html
7979 path : html/
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191191 # - Make it available in the workflow to make easier testing it locally
192192 - name : Upload cabal-install executable to workflow artifacts
193193 if : matrix.ghc == env.GHC_FOR_RELEASE
194- uses : actions/upload-artifact@v3
194+ uses : actions/upload-artifact@v4
195195 with :
196196 name : cabal-${{ runner.os }}-x86_64
197197 path : ${{ env.CABAL_EXEC_TAR }}
@@ -338,7 +338,7 @@ jobs:
338338 echo "CABAL_EXEC_TAR=$CABAL_EXEC_TAR" >> "$GITHUB_ENV"
339339
340340 - name : Upload cabal-install executable to workflow artifacts
341- uses : actions/upload-artifact@v3
341+ uses : actions/upload-artifact@v4
342342 with :
343343 name : cabal-${{ runner.os }}-static-x86_64
344344 path : ${{ env.CABAL_EXEC_TAR }}
You can’t perform that action at this time.
0 commit comments