From 28953ea57afb6957d5b057cf8c8cd4e2a4738447 Mon Sep 17 00:00:00 2001 From: "RIO\\teodora.misan" Date: Tue, 1 Oct 2024 10:27:12 +0300 Subject: [PATCH] EBR-98: update version of deprecated actions/upload-artifact --- .github/workflows/build-python-wheel.yml | 2 +- .github/workflows/pypi-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-python-wheel.yml b/.github/workflows/build-python-wheel.yml index 208b6e25..08480ee0 100644 --- a/.github/workflows/build-python-wheel.yml +++ b/.github/workflows/build-python-wheel.yml @@ -66,7 +66,7 @@ jobs: python -m build - name: Upload Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: tvb-ext-xircuits-wheel-${{ env.branch_name }}-${{ env.git_hash }} path: dist diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 3c603bc8..26ead5db 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -46,7 +46,7 @@ jobs: python -m build - name: Upload Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: tvb-ext-xircuits-wheel path: dist