We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f81c62 commit 9817db2Copy full SHA for 9817db2
.github/workflows/haskell.yml
@@ -118,7 +118,7 @@ jobs:
118
119
tar zcvf artifacts-${{ runner.OS }}-${{ matrix.ghc }}.tar.gz artifacts
120
121
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
122
with:
123
name: artifacts-${{ runner.OS }}-${{ matrix.ghc }}.tar.gz
124
path: artifacts-${{ runner.OS }}-${{ matrix.ghc }}.tar.gz
@@ -226,7 +226,7 @@ jobs:
226
os: [ubuntu-latest, macos-latest]
227
228
steps:
229
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
230
id: download_artifact
231
232
0 commit comments