diff --git a/.github/workflows/maven-docker.yml b/.github/workflows/maven-docker.yml index 380af49..67707f4 100644 --- a/.github/workflows/maven-docker.yml +++ b/.github/workflows/maven-docker.yml @@ -70,7 +70,7 @@ jobs: - name: Upload digest uses: actions/upload-artifact@v4 with: - name: digests + name: digests-${{ runner.arch }} path: /tmp/digests/* if-no-files-found: error retention-days: 1 @@ -83,7 +83,7 @@ jobs: name: Download digests uses: actions/download-artifact@v4.1.7 with: - name: digests-${{ runner.arch }} + name: digests path: /tmp/digests - name: Set up Docker Buildx