diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2c106a0..5972344 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -78,7 +78,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/* @@ -95,7 +95,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-*