diff --git a/.github/workflows/architecture-impact.yml b/.github/workflows/architecture-impact.yml index bae7baf..7899f66 100644 --- a/.github/workflows/architecture-impact.yml +++ b/.github/workflows/architecture-impact.yml @@ -41,7 +41,7 @@ jobs: --verbose - name: Upload artifacts - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: pr-impact path: .diagram/pr-impact/ diff --git a/.github/workflows/architecture.yml b/.github/workflows/architecture.yml index 82ceca5..13f414a 100644 --- a/.github/workflows/architecture.yml +++ b/.github/workflows/architecture.yml @@ -54,7 +54,7 @@ jobs: continue-on-error: false - name: Upload CI artifacts - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 if: always() with: name: diagram-ci-artifacts diff --git a/.github/workflows/pr-pipeline.yml b/.github/workflows/pr-pipeline.yml index 9bf270b..a53892b 100644 --- a/.github/workflows/pr-pipeline.yml +++ b/.github/workflows/pr-pipeline.yml @@ -283,7 +283,7 @@ jobs: fi - name: Upload advisory artifact if: always() - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: consistency-drift-advisory-latest path: artifacts/consistency-gate/consistency-drift-advisory-latest.json @@ -387,7 +387,7 @@ jobs: echo "::warning::consistency-drift-health running in bootstrap mode (baseline seed missing)." - name: Upload health artifact if: always() - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: consistency-drift-health-latest path: artifacts/consistency-gate/health.json