diff --git a/.github/workflows/sync-modules.yml b/.github/workflows/sync-modules.yml index 1ec38a2..06bea52 100644 --- a/.github/workflows/sync-modules.yml +++ b/.github/workflows/sync-modules.yml @@ -49,7 +49,7 @@ jobs: uses: actions/upload-artifact@v4 with: path: ${{ github.workspace }} - name: template-${{ github.run_id }} + name: pull-request-${{ github.run_id }} include-hidden-files: true pull_request: runs-on: ubuntu-latest @@ -58,7 +58,7 @@ jobs: - name: Download Workspace uses: actions/download-artifact@v4 with: - name: template-${{ github.run_id }} + name: pull-request-${{ github.run_id }} - name: list files run: | pwd