From 3c83dcd04041477ca696b0e8d502c177636dfbef Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Thu, 22 Feb 2024 18:37:34 -0500 Subject: [PATCH] [CI] update GHA to artifact upload from v2 to v4 --- .github/workflows/TestingCI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TestingCI.yml b/.github/workflows/TestingCI.yml index b723a0d..0018c2f 100644 --- a/.github/workflows/TestingCI.yml +++ b/.github/workflows/TestingCI.yml @@ -75,8 +75,8 @@ jobs: - run: cargo build --release --verbose - run: cargo run --release --verbose - name: Upload self-signed-cert.exe as an artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: self-signed-cert-win64-exe - path: target/release/self-signed-cert.exe # or target/debug/self-signed-cert.exe if you're building a debug version + path: target/release/self-signed-cert.exe