diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index aa72f2b..7d5e9b8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -109,7 +109,7 @@ jobs: - build steps: - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 - name: Inspect directory after downloading artifacts run: ls -alFR - name: Create release and upload artifacts