diff --git a/.github/workflows/Puppet_module_builder.yml b/.github/workflows/Puppet_module_builder.yml index e1e9f8fc..f5733fd5 100644 --- a/.github/workflows/Puppet_module_builder.yml +++ b/.github/workflows/Puppet_module_builder.yml @@ -104,7 +104,7 @@ jobs: if: ${{ inputs.checksum == true }} uses: actions/upload-artifact@v4 with: - name: Puppet module artifact + name: Puppet module checksum artifact path: ${{ github.workspace }}/output/${{ env.PUPPET_MODULE_NAME }}.sha512 retention-days: 1