From 7d9bb2da37c77b81abf03dc92e8ac8a0b84936d3 Mon Sep 17 00:00:00 2001 From: Ted Slesinski Date: Thu, 12 Sep 2024 11:33:00 -0400 Subject: [PATCH] Fix github action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ad1128..892deba 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: # Add timestamp.json to build artifact - name: Add timestamp to build artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: timestamp path: timestamp.json