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