From 9c07ab73ca9b181d9da0608733e2dc7172849317 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 26 Jan 2023 11:22:01 +0100 Subject: [PATCH] upgrade version for actions/download-artifact --- .github/workflows/build-majestic.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index d1a97bb9a..3b84538de 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -328,17 +328,17 @@ jobs: - name: Install twine run: pip install twine - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@master with: name: python-linux path: ./dist - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@master with: name: python-macos path: ./dist - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@master with: name: python-windows path: ./dist