From 9bcc55bceb513d262c04edc104ee3d1278b19e72 Mon Sep 17 00:00:00 2001 From: joon Date: Fri, 18 Oct 2024 20:10:45 -0700 Subject: [PATCH] Update some github action versions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c36875d..a3b9720 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Build sdist and wheels run: hatch build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: artifacts path: dist/* @@ -39,7 +39,7 @@ jobs: environment: production steps: - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v4 with: name: artifacts path: dist