diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a4327b..4c4a919 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: colcon test --packages-select sts_hardware_interface --event-handlers console_direct+ colcon test-result --verbose - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: colcon-logs-${{ matrix.ros_distro }} diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index cc26ee6..2b958bb 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Fetch dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@v3 with: github-token: "${{ secrets.GITHUB_TOKEN }}"