From 8c8f7801c2c8d0988ae9b514cf31bb6cd225b5f6 Mon Sep 17 00:00:00 2001 From: Richard Boisvert Date: Mon, 9 Sep 2024 11:35:29 -0400 Subject: [PATCH] ci: update workflow files --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b681791f..ed6bb0a63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: echo "Writing to file..." cat config.txt - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v4.3.6 with: name: config.txt path: config.txt @@ -293,7 +293,7 @@ jobs: path: . - name: Save BOM - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.3.6 with: name: bom_devolutions_crypto_rust.xml path: ./bom.xml