diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 1a8c860b..42e11d2d 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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: installer-dev-proxy-${{ github.ref_name }}-${{ matrix.architecture }} path: ./${{ env.release }}/dev-proxy-installer-${{ matrix.architecture }}-${{ github.ref_name }}.exe