From 4edab4c4e4f517cb3d58f9c46ea7c0bf85f8e19f Mon Sep 17 00:00:00 2001 From: fubark Date: Sun, 24 Nov 2024 08:07:06 -0500 Subject: [PATCH] Upgrade upload-artifact. --- .github/workflows/latest-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/latest-build.yml b/.github/workflows/latest-build.yml index f45e28d2c..8792b35d2 100644 --- a/.github/workflows/latest-build.yml +++ b/.github/workflows/latest-build.yml @@ -296,7 +296,7 @@ jobs: - name: Save artifact. if: env.BUILD_CMD == 'cli' || env.BUILD_CMD == 'web-lib' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: bin path: | @@ -304,7 +304,7 @@ jobs: - name: Save artifact. if: env.BUILD_CMD == 'lib' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: bin path: | @@ -401,7 +401,7 @@ jobs: mv docs/docs.html docs.html - name: Save artifact. - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: bin path: |