diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7768b143e..e5d3e9658f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: make ./scripts/ci_upload.sh - name: Upload ${{ matrix.board }} build artifact - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.1.0 with: name: ${{ matrix.board }} path: | @@ -78,7 +78,7 @@ jobs: make ./scripts/ci_upload.sh - name: Upload ${{ matrix.board }} build artifact - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.1.0 with: name: ${{ matrix.board }} path: | @@ -112,7 +112,7 @@ jobs: make ./scripts/ci_upload.sh - name: Upload ${{ matrix.board }} build artifact - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.1.0 with: name: ${{ matrix.board }} path: |