diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 774ba9c..ac1ad35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Build tiny kernel run: make ${{ matrix.target }} - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 id: upload with: name: ${{ matrix.target }}-${{ matrix.build }}