diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 951081c..a4480e4 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -38,7 +38,7 @@ jobs: --check > dependency-freshness.json - name: Retain freshness evidence if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: goal-dependency-freshness path: dependency-freshness.json