diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index d6a2736a..17d596b8 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -103,7 +103,7 @@ jobs: run: | $(Get-FileHash ./${{ env.release }}.zip -Algorithm SHA256).Hash - name: Upload release - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: binaries-${{ env.release }} path: ./${{ env.release }}.zip @@ -131,7 +131,7 @@ jobs: exclusions: '*.json' - name: Upload abstractions if: matrix.architecture == 'win-x64' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: binaries-dev-proxy-abstractions-${{ github.ref_name }} path: ./DevProxy.Abstractions-${{ github.ref_name }}.zip @@ -185,7 +185,7 @@ jobs: --verbosity Debug - name: Upload Installer if: contains(matrix.architecture, 'win-') - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: installer-dev-proxy-${{ github.ref_name }}-${{ matrix.architecture }} path: ./${{ env.release }}/dev-proxy-installer-${{ matrix.architecture }}-${{ github.ref_name }}.exe