Skip to content

Commit d196e09

Browse files
authored
Merge pull request #800 from IntersectMBO/dependabot/github_actions/actions/upload-artifact-5
[CI] Bump actions/upload-artifact from 4 to 5
2 parents 5981353 + 111c958 commit d196e09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
# allows us to diff the expected and actual golden file contents.
134134
- name: 📦 Upload golden files
135135
if: ${{ steps.test.outcome != 'success' && always() }}
136-
uses: actions/upload-artifact@v4
136+
uses: actions/upload-artifact@v5
137137
with:
138138
name: golden-files-${{ runner.os }}-ghc-${{ steps.setup-haskell.outputs.ghc-version }}-cabal-${{ steps.setup-haskell.outputs.cabal-version }}-plan-${{ hashFiles('dist-newstyle/cache/plan.json') }}
139139
path: lsm-tree/test/golden-file-data

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: ./scripts/generate-haddock.sh
8585

8686
- name: 📦 Upload documentation
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v5
8888
with:
8989
name: haddocks-${{ runner.os }}-ghc-${{ env.ghc-version }}-cabal-${{ env.cabal-version }}
9090
path: haddocks

0 commit comments

Comments
 (0)