diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14e4b815..461bec43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Login to the ${{ env.DOCKER_REGISTRY }} Container Registry uses: docker/login-action@v3 @@ -125,10 +125,10 @@ jobs: contents: write steps: - name: Checkout Fabric CA Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download Artifacts id: download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Release Fabric CA Version uses: ncipollo/release-action@v1 with: