From 992ef5f6e4451e2383087622395baefdc7ac79d8 Mon Sep 17 00:00:00 2001 From: Max SCHMELLER Date: Tue, 3 Dec 2024 16:39:10 +0900 Subject: [PATCH] change to commit SHAs for CI artifact postfix Signed-off-by: Max SCHMELLER --- .github/workflows/build-and-test-differential.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test-differential.yaml b/.github/workflows/build-and-test-differential.yaml index 3371a1b2..7a61af69 100644 --- a/.github/workflows/build-and-test-differential.yaml +++ b/.github/workflows/build-and-test-differential.yaml @@ -43,7 +43,7 @@ jobs: id: upload-compile-db uses: actions/upload-artifact@v4 with: - name: compilation-database-diff-${{ github.head_ref }} + name: compilation-database-diff-${{ github.sha }} path: build/compile_commands.json if-no-files-found: error @@ -75,7 +75,7 @@ jobs: id: download-compile-db uses: actions/download-artifact@v4 with: - name: compilation-database-diff-${{ github.head_ref }} + name: compilation-database-diff-${{ github.sha }} - name: Install FB Infer id: fb-infer-install