Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/code-structure-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
# Upload logs and unfinished reports in case of an error for troubleshooting
- name: Archive failed run with logs and unfinished results
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-analysis-logs-java-${{ matrix.java }}-python-${{ matrix.python }}-mambaforge-${{ matrix.mambaforge }}
path: |
Expand All @@ -147,7 +147,7 @@ jobs:
# Upload successful results in case they are needed for troubleshooting
- name: Archive successful results
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-report-results-java-${{ matrix.java }}-python-${{ matrix.python }}-mambaforge-${{ matrix.mambaforge }}
path: ./results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypher-reference-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
./../scripts/documentation/generateCypherReference.sh
- name: Archive generated cypher reference document
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cypher-reference-document
path: ./cypher/CYPHER.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
./documentation/generateEnvironmentVariableReference.sh

- name: Archive generated environment variables reference document
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: environment-variables-reference-document
path: ./scripts/ENVIRONMENT_VARIABLES.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts-reference-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
./documentation/generateScriptReference.sh
- name: Archive generated scripts reference document
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: scripts-reference-document
path: ./scripts/SCRIPTS.md
Expand Down