diff --git a/.github/workflows/gh-workflow.yml b/.github/workflows/gh-workflow.yml index b0e9301..324b2b0 100644 --- a/.github/workflows/gh-workflow.yml +++ b/.github/workflows/gh-workflow.yml @@ -124,7 +124,7 @@ jobs: uses: actions/checkout@v3 - name: Download output.json - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: output.json @@ -184,7 +184,7 @@ jobs: uses: actions/checkout@v3 - name: Download output.json - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: output.json