Skip to content
Open
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
18 changes: 0 additions & 18 deletions .env.test

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/adw-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
echo "Failed Runs: $FAILED_RUNS"

- name: Upload metrics artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: adw-metrics-${{ github.run_number }}
path: automation/metrics.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/app-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:

- name: Upload audit results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: app-security-audit
path: |
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:

- name: Upload coverage report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: app-coverage-report
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/automation-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

- name: Upload audit results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: automation-security-audit
path: |
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Upload automation coverage report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: automation-coverage-report
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-stale-worktrees.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:

- name: Upload cleanup log
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: cleanup-log-${{ github.run_number }}
path: automation/cleanup-output.txt
Expand Down
Loading
Loading