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 5858 run : |
5959 _build/bin/cabal --version
6060
61- - uses : actions/upload-artifact@v4
61+ - uses : actions/upload-artifact@v5
6262 with :
6363 name : cabal-${{ matrix.os }}-${{ matrix.ghc }}-bootstrapped
6464 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@v4
76+ - uses : actions/upload-artifact@v5
7777 with :
7878 name : users-guide-html
7979 path : html/
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ jobs:
219219 # - Make it available in the workflow to make easier testing it locally
220220 - name : Upload cabal-install executable to workflow artifacts
221221 if : matrix.ghc == env.GHC_FOR_RELEASE
222- uses : actions/upload-artifact@v4
222+ uses : actions/upload-artifact@v5
223223 with :
224224 name : cabal-${{ runner.os }}-${{ env.CABAL_ARCH }}
225225 path : ${{ env.CABAL_EXEC_TAR }}
@@ -378,7 +378,7 @@ jobs:
378378 echo "CABAL_EXEC_TAR=$CABAL_EXEC_TAR" >> "$GITHUB_ENV"
379379
380380 - name : Upload cabal-install executable to workflow artifacts
381- uses : actions/upload-artifact@v4
381+ uses : actions/upload-artifact@v5
382382 with :
383383 name : cabal-${{ runner.os }}-static-x86_64
384384 path : ${{ env.CABAL_EXEC_TAR }}
You can’t perform that action at this time.
0 commit comments