diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6156ce4..b734cb7 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -69,7 +69,7 @@ jobs: ls -lah ${{ runner.temp }}/digests/ - name: Upload digest - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: digests-${{ env.PLATFORM_PAIR }} path: ${{ runner.temp }}/digests/* @@ -86,7 +86,7 @@ jobs: needs: [ docker ] steps: - name: Download digests - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: ${{ runner.temp }}/digests pattern: digests-*