From 2fa66950e8ba06ed8d587aad4bfc1766f06dee5b Mon Sep 17 00:00:00 2001 From: ethernet Date: Thu, 25 Jun 2026 19:15:00 -0400 Subject: [PATCH] change(ci): upload-artifact from v4 -> v7 --- .github/workflows/docker.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/skills-index.yml | 18 +++++++++--------- .github/workflows/upload_to_pypi.yml | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 1a5df72dcc7..13b86722b89 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -135,7 +135,7 @@ jobs: - name: Upload digest artifact if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'release' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: digest-amd64 path: /tmp/digests/* @@ -245,7 +245,7 @@ jobs: - name: Upload digest artifact if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'release' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: digest-arm64 path: /tmp/digests/* diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1ce25460e3d..511119ca615 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -110,7 +110,7 @@ jobs: cat .lint-reports/summary.md >> "$GITHUB_STEP_SUMMARY" - name: Upload reports as artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: lint-reports path: .lint-reports/ diff --git a/.github/workflows/skills-index.yml b/.github/workflows/skills-index.yml index c6caf098133..1997dedf5c7 100644 --- a/.github/workflows/skills-index.yml +++ b/.github/workflows/skills-index.yml @@ -3,17 +3,17 @@ name: Build Skills Index on: schedule: # Run twice daily: 6 AM and 6 PM UTC - - cron: '0 6,18 * * *' - workflow_dispatch: # Manual trigger + - cron: "0 6,18 * * *" + workflow_dispatch: # Manual trigger push: branches: [main] paths: - - 'scripts/build_skills_index.py' - - '.github/workflows/skills-index.yml' + - "scripts/build_skills_index.py" + - ".github/workflows/skills-index.yml" permissions: contents: read - actions: write # to trigger deploy-site.yml on schedule + actions: write # to trigger deploy-site.yml on schedule jobs: build-index: @@ -21,11 +21,11 @@ jobs: if: github.repository == 'NousResearch/hermes-agent' runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: - python-version: '3.11' + python-version: "3.11" - name: Install dependencies run: pip install httpx==0.28.1 pyyaml==6.0.2 @@ -36,7 +36,7 @@ jobs: run: python scripts/build_skills_index.py - name: Upload index artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: skills-index path: website/static/api/skills-index.json diff --git a/.github/workflows/upload_to_pypi.yml b/.github/workflows/upload_to_pypi.yml index 52129deea21..03fad4eba0c 100644 --- a/.github/workflows/upload_to_pypi.yml +++ b/.github/workflows/upload_to_pypi.yml @@ -81,7 +81,7 @@ jobs: run: uv build --sdist --wheel - name: Upload distribution artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: python-package-distributions path: dist/