diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index d7f3e41f..7db0ce29 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: eslint_report.json - name: Annotate Code Linting Results diff --git a/.github/workflows/style-check.yml b/.github/workflows/style-check.yml index e47ee3c9..8056f3b5 100644 --- a/.github/workflows/style-check.yml +++ b/.github/workflows/style-check.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest name: ESLint Annotation steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: eslint_report.json - name: Annotate Code Linting Results