From ce90a4bd1a54989a72ec47763d5016db01ebbc45 Mon Sep 17 00:00:00 2001 From: Will Hattingh Date: Wed, 3 Jun 2026 06:59:58 -0400 Subject: [PATCH] ci: modernize GitHub Actions to latest versions (5 bumps) Eventic-Autofix: gha_modernize --- .github/workflows/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 089c5c4..82a63bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,10 +19,10 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.13"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} @@ -106,7 +106,7 @@ jobs: echo "ARCHIVE=$archive" | Out-File -FilePath $env:GITHUB_ENV -Append - name: Archive artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: Logarithmic-${{ runner.os }} path: ${{ env.ARCHIVE }} @@ -116,16 +116,16 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - + - uses: actions/checkout@v6 + - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: artifacts - name: Create Release id: create_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: | artifacts/Logarithmic-Linux/*.tar.gz