From 820fa561ba8c86b008078c425ad5b5640ab50043 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 25 Mar 2024 12:57:49 +0100 Subject: [PATCH] Fix deploy to pypi --- .github/workflows/ResInsightWithCache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ResInsightWithCache.yml b/.github/workflows/ResInsightWithCache.yml index 7c83bd0a88..1124335926 100644 --- a/.github/workflows/ResInsightWithCache.yml +++ b/.github/workflows/ResInsightWithCache.yml @@ -294,7 +294,7 @@ jobs: steps: - name: Download python distribution folder - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-distribution path: dist @@ -307,5 +307,5 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 # uncomment the two lines below to publish to test PyPi # with: - # repository-url: https://test.pypi.org/legacy/ + # repository-url: https://test.pypi.org/legacy/