Skip to content

Commit

Permalink
allow overwrites for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
katarinasupe committed Feb 6, 2025
1 parent 8537402 commit 0289f6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
with:
name: assets-for-download
path: /var/log/memgraph
overwrite: true

build_and_test_ubuntu_python3_11:
if: github.event.pull_request.draft == false
Expand Down Expand Up @@ -104,6 +105,7 @@ jobs:
with:
name: assets-for-download
path: /var/log/memgraph
overwrite: true

build_and_test_windows:
if: false
Expand Down Expand Up @@ -177,9 +179,11 @@ jobs:
with:
name: memgraph-log
path: C:\memgraph
overwrite: true
- name: Save Neo4j Logs
uses: actions/upload-artifact@v4
if: always()
with:
name: neo4j-log
path: C:\neo4j
overwrite: true

0 comments on commit 0289f6a

Please sign in to comment.