From 8eaca82ce94d807cc1774d59ead709252ac3ab5a Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Mon, 10 Aug 2026 15:46:48 -0400 Subject: [PATCH] chore: bump CI action versions; ignore notes.md --- .github/workflows/release.yml | 8 ++++---- .gitignore | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5b0eef..5fbd16a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: plat: darwin steps: - name: Check out repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Bun uses: oven-sh/setup-bun@v2 @@ -78,7 +78,7 @@ jobs: ./podtui-*/podtui --version - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: podtui-${{ matrix.plat }}-${{ matrix.arch }} path: dist/podtui-*.tar.gz @@ -89,12 +89,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Download all binaries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: artifacts - name: Publish release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: generate_release_notes: true files: | diff --git a/.gitignore b/.gitignore index 1395a38..a8eaed7 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json .DS_Store .harness/ .ralpi +notes.md