diff --git a/.github/workflows/openwrt-build.yml b/.github/workflows/openwrt-build.yml index 9514015d..a385a17c 100644 --- a/.github/workflows/openwrt-build.yml +++ b/.github/workflows/openwrt-build.yml @@ -28,7 +28,7 @@ jobs: cd openwrt TARGET=${{ matrix.target }} make templates build-img package 2>&1 | tee ${{ matrix.target }}-build.log - name: 'Upload openwrt build artifact tarball' - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v4.6.0 with: name: ${{ matrix.target }}-openwrt-build-artifacts # Cant use relative pathing .. or . for artifacts action @@ -37,7 +37,7 @@ jobs: openwrt/build/artifacts/*.tar.gz retention-days: 30 - name: 'Upload openwrt build log' - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v4.6.0 with: name: ${{ matrix.target }}-openwrt-buildlog path: |