diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4e86776..ba8d588d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -137,7 +137,7 @@ jobs: - name: Store Artifacts if: ${{ always() }} - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.6 with: name: test_reports_${{ matrix.python_version }} path: test-reports/ diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index 865a3540..2bff4f41 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -24,6 +24,6 @@ jobs: uses: actions/checkout@v4.1.7 - name: Dependency Review - uses: actions/dependency-review-action@v4.3.3 + uses: actions/dependency-review-action@v4.3.4 with: fail-on-severity: critical diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a73732aa..4842f76f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -68,7 +68,7 @@ jobs: make dist - name: Store Artifacts - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.6 with: name: release path: ${{ env.ARTIFACTS_PATH }}/