From 528a98a1b9172e5abeaccbe29635638469ce7a4a Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 4 Sep 2026 03:47:36 -0600 Subject: [PATCH] DOC: Update action commit SHA to the 0.6.5 tag --- README.md | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8bbe4d..3695f0e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ jobs: steps: ... - name: Upload wheel - uses: scientific-python/upload-nightly-action@e76cfec8a4611fd02808a801b0ff5a7d7c1b2d99 # 0.6.4 + uses: scientific-python/upload-nightly-action@16fa02eacee1655195143de09f03676e60ef2bf5 # 0.6.5 with: artifacts_path: dist anaconda_nightly_upload_token: ${{secrets.UPLOAD_TOKEN}} @@ -57,7 +57,7 @@ jobs: steps: ... - name: Upload wheel - uses: scientific-python/upload-nightly-action@e76cfec8a4611fd02808a801b0ff5a7d7c1b2d99 # 0.6.4 + uses: scientific-python/upload-nightly-action@16fa02eacee1655195143de09f03676e60ef2bf5 # 0.6.5 with: artifacts_path: dist anaconda_nightly_upload_organization: my-alternative-organization diff --git a/action.yml b/action.yml index 68ec2b0..44873e7 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: Upload Nightly description: A GitHub Action to upload artifacts nightly author: "Scientific-Python" -version: "0.6.4" +version: "0.6.5" inputs: artifacts_path: