From 8ca24ea293ab23dd0841283e376885d6c7d853b9 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 19 Jun 2025 12:13:25 +0300 Subject: [PATCH] Update deprecated actions --- .github/workflows/build.yml | 2 +- .github/workflows/docs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8368a0cf..b186a65d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: fakeroot debian/rules binary cd - done - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: debian-packages path: catkin_ws/src/clover/*.deb diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ecbc2e89..2ec18174 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -66,7 +66,7 @@ jobs: wget --no-verbose https://clover.coex.tech/clover_en.pdf -P _book/ - name: Upload artifact # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: _book @@ -86,4 +86,4 @@ jobs: FREEZE_DOCS: ${{ secrets.FREEZE_DOCS }} if: ${{ !env.FREEZE_DOCS }} id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4