From f5c4aa5e321e9ec43274ab5f5202c3e6fb655e57 Mon Sep 17 00:00:00 2001 From: AlysonStahl-NOAA <166434581+AlysonStahl-NOAA@users.noreply.github.com> Date: Thu, 13 Feb 2025 11:01:39 -0800 Subject: [PATCH] update upload-pages-artifact action version --- .github/workflows/developer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/developer.yml b/.github/workflows/developer.yml index a82b9e2a..1460a3cb 100644 --- a/.github/workflows/developer.yml +++ b/.github/workflows/developer.yml @@ -82,6 +82,6 @@ jobs: wgrib2/build/*.css - name: Upload built documentation - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: wgrib2/build/docs/html # Path to the built site files \ No newline at end of file