diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d9b796..65cb51c 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@v6 + - uses: actions/upload-artifact@v7 id: upload with: name: ${{ matrix.target }}-${{ matrix.build }}