From 629ab4403ca1d574e2f74ec70b365855cdf99c43 Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Wed, 4 Sep 2024 13:19:04 +0300 Subject: [PATCH] .github/workflows/release: Bump action versions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 535a4e7..5793b08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: # project version. - uses: rkdarst/action-verify-python-version@main - - uses: actions/upload-artifact@master + - uses: actions/upload-artifact@v4 with: name: dist-directory path: dist/ @@ -76,7 +76,7 @@ jobs: id-token: write # for trusted publishing steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: dist-directory path: dist/