diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 943108a..90f4994 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -27,7 +27,7 @@ jobs: run: l3build ctan -q -H # Now create the release (this only runs if the previous steps were successful) - name: Create GitHub release - uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0 + uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21.0 id: release with: artifacts: "build/distrib/ctan/*.zip"