From 89cdf876429de5958873cad98b7bdc4077052b3c Mon Sep 17 00:00:00 2001 From: wannesm Date: Wed, 19 Jun 2024 18:48:00 +0200 Subject: [PATCH] deploy.yml: Upgrade action versions --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6d93165..653e51e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -117,7 +117,7 @@ jobs: - name: Store pysdd library uses: actions/upload-artifact@v4 with: - name: library + name: library-${{ matrix.os }}-${{ matrix.python-version }} path: ${{ github.workspace }}/pysdd/lib/libsdd-2.0/build/sdd.dll - name: Compile and install run: |