diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 7a1713b..d49f7a5 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,6 +5,7 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + workflow_dispatch: # Allows manual workflow runs permissions: contents: read @@ -31,7 +32,13 @@ jobs: python treeom_cli.py --mode sync --source GitHubEvents - name: Archive Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: resonance-log path: logs/* + + - name: Upload Artifact + uses: actions/upload-artifact@v4 + with: + name: my-artifact + path: path/to/artifact