Skip to content

Commit

Permalink
Upgrade to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufflewind committed Feb 3, 2025
1 parent eb40bbe commit 72c7ad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
- run: tools/testscript prepare
- run: tools/testscript build
- if: matrix.cabal
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sdist
path: dist-newstyle/sdist/*-*.tar.gz
overwrite: true

0 comments on commit 72c7ad9

Please sign in to comment.