diff --git a/.github/workflows/gitlab_ci.yml b/.github/workflows/gitlab_ci.yml
index e8f8e44623d6c09e49402576a44b767185d7c3f9..bc98ee442f38d9be8748e52f2836a27eab234932 100644
--- a/.github/workflows/gitlab_ci.yml
+++ b/.github/workflows/gitlab_ci.yml
@@ -106,7 +106,7 @@ jobs:
           echo "Merge the two parts of the Merge-Request to test the resulting version"
           git merge "${{ github.event.pull_request.head.sha }}"
       - name: Mirror and wait for Gitlab-CI
-        uses: jakob-fritz/github2lab_action@v0.7
+        uses: jakob-fritz/github2lab_action@v0.8
         env:
           MODE: 'all'  # Either 'mirror', 'get_status', 'get_artifact', or 'all'
           GITLAB_TOKEN: ${{ secrets.GITLAB_SECRET }}