Skip to content

Commit 9817db2

Browse files
committed
Update GH actions artifact to v4
1 parent 9f81c62 commit 9817db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
119119
tar zcvf artifacts-${{ runner.OS }}-${{ matrix.ghc }}.tar.gz artifacts
120120
121-
- uses: actions/upload-artifact@v2
121+
- uses: actions/upload-artifact@v4
122122
with:
123123
name: artifacts-${{ runner.OS }}-${{ matrix.ghc }}.tar.gz
124124
path: artifacts-${{ runner.OS }}-${{ matrix.ghc }}.tar.gz
@@ -226,7 +226,7 @@ jobs:
226226
os: [ubuntu-latest, macos-latest]
227227

228228
steps:
229-
- uses: actions/download-artifact@v2
229+
- uses: actions/download-artifact@v4
230230
id: download_artifact
231231
with:
232232
name: artifacts-${{ runner.OS }}-${{ matrix.ghc }}.tar.gz

0 commit comments

Comments
 (0)