7575 Get-ChildItem -Path ${{ env.nupkgDirectory }} -Recurse -Force
7676
7777 - name : Upload unsigned nupkgs
78- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
78+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7979 with :
8080 name : build-artifacts
8181 path : ${{ env.nupkgDirectory }}/*
9898 run : dotnet tool install --tool-path ./sign sign --version 0.9.1-beta.25169.2
9999
100100 - name : ' Gather nupkgs from build output'
101- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
101+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
102102 with :
103103 name : build-artifacts
104104 path : ${{ env.nupkgDirectory }}
@@ -122,7 +122,7 @@ jobs:
122122 ./sign/sign code azure-key-vault *.nupkg --base-directory ${{ env.nupkgDirectory }} --azure-key-vault-url "${{ secrets.AZURE_KEY_VAULT_URL }}" --azure-key-vault-certificate "${{ secrets.AZURE_KEY_VAULT_CERTIFICATE }}"
123123
124124 - name : Upload signed nupkgs
125- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
125+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
126126 with :
127127 name : signed-artifacts
128128 path : ${{ env.nupkgDirectory }}/*
@@ -146,7 +146,7 @@ jobs:
146146 uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
147147
148148 - name : ' Gather nupkgs from signing output'
149- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
149+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
150150 with :
151151 name : signed-artifacts
152152 path : ${{ env.nupkgDirectory }}
0 commit comments