From cc6415641fdc9e07a5d4ccb938c4c9cfe02c07a0 Mon Sep 17 00:00:00 2001 From: "dries.k" Date: Thu, 5 Jan 2023 23:04:02 +0100 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0453ab7..6df3d0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -131,7 +131,7 @@ jobs: needs: [build-win64, build-ubuntu, build-debian, build-macos, pypi] steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@master + - uses: actions/download-artifact@v3 - name: Release uses: marvinpinto/action-automatic-releases@latest with: