diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 3cb8396..15ea61e 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -34,6 +34,6 @@ jobs: persist-credentials: false - name: Release - uses: PSModule/Auto-Release@eabd533035e2cb9822160f26f2eda584bd012356 # v1.9.5 + uses: PSModule/Release-GHRepository@88c70461c8f16cc09682005bcf3b7fca4dd8dc1a # v2.0.1 with: IncrementalPrerelease: false diff --git a/action.yml b/action.yml index 5b03d20..00c4062 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ runs: ${{ github.action_path }}/src/main.ps1 - name: Upload module artifact - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: ${{ inputs.ArtifactName }} path: ${{ steps.build.outputs.ModuleOutputFolderPath }}