diff --git a/.github/workflows/label_export.yml b/.github/workflows/label_export.yml index b39756d..57e516d 100644 --- a/.github/workflows/label_export.yml +++ b/.github/workflows/label_export.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: 'yarn' - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: Label config - run: cp labels.yaml .github/labels.yaml