diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index e00042d..1ab252c 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -55,7 +55,7 @@ jobs: echo "DATE=$(date +'%Y-%m-%d_%s')" >> "${GITHUB_ENV}" - name: Release Artifacts - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2 + uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 with: name: "Clapper: ${{ env.VERSION }}" tag_name: "${{ env.VERSION }}@${{ env.DATE }}"