diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 7030535..1b48355 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -35,7 +35,7 @@ runs-on: ubuntu-latest name: build-x86_64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build & Test in FreeBSD id: test @@ -59,7 +59,7 @@ mv build/umskt build/actions_upload/umskt - name: Upload build artifact - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.6.2 with: name: UMSKT-FreeBSD path: build/actions_upload