diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61c603ea..1296af4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: run: ./.github/bin/free-disk-space.sh - name: Log in to the Container registry - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -107,7 +107,7 @@ jobs: done - name: Upload refs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: refs-amd64 path: /tmp/refs/* @@ -128,7 +128,7 @@ jobs: run: ./.github/bin/free-disk-space.sh - name: Log in to the Container registry - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -169,7 +169,7 @@ jobs: done - name: Upload refs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: refs-arm64 path: /tmp/refs/* @@ -187,7 +187,7 @@ jobs: ref: ${{ needs.prepare.outputs.commit_sha }} - name: Log in to the Container registry - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }}