diff --git a/.github/workflows/cheat-sheet.yml b/.github/workflows/cheat-sheet.yml index e3cefcd..1976342 100644 --- a/.github/workflows/cheat-sheet.yml +++ b/.github/workflows/cheat-sheet.yml @@ -387,7 +387,7 @@ jobs: # Download artifacts from previous jobs - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: ./artifacts