Skip to content

Commit de902c0

Browse files
committed
CI: update release workflow
1 parent e149b8d commit de902c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ jobs:
8585
run: |
8686
cabal haddock --builddir "$GITHUB_WORKSPACE/doc" --haddock-for-hackage --enable-doc
8787
echo "docs=$(find "$GITHUB_WORKSPACE/doc" -maxdepth 1 -type f -name '*-docs.tar.gz')" >> "$GITHUB_ENV"
88-
- uses: actions/upload-artifact@v2
88+
- uses: actions/upload-artifact@v6
8989
with:
9090
name: Source tarball
9191
path: ${{ env.dist }}
92-
- uses: svenstaro/upload-release-action@2.2.1
92+
- uses: svenstaro/upload-release-action@2.11.3
9393
with:
9494
repo_token: ${{ secrets.GITHUB_TOKEN }}
9595
file: ${{ env.dist }}

0 commit comments

Comments
 (0)