From 29d693787db9ddd1aed6b2d9c245cd8891d2c421 Mon Sep 17 00:00:00 2001 From: Reid Hewitt <92057378+rshewitt@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:51:36 -0700 Subject: [PATCH 1/2] bump metrics dashboard --- ckan/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/requirements.txt b/ckan/requirements.txt index f1d52146..4b07e32a 100644 --- a/ckan/requirements.txt +++ b/ckan/requirements.txt @@ -19,7 +19,7 @@ ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@b8ebf24004cd3f3edb7f9d01 ckanext-envvars==0.0.6 ckanext-geodatagov==0.2.9 -e git+https://github.com/GSA/ckanext-harvest.git@9039e7a5d563a40177d62487758b366ab77434b6#egg=ckanext_harvest -ckanext-metrics-dashboard==0.1.6 +ckanext-metrics-dashboard==0.1.7 -e git+https://github.com/ckan/ckanext-report.git@3588577f46d17e5f6ef163bb984d0e7016daef71#egg=ckanext_report ckanext-saml2auth @ git+https://github.com/GSA/ckanext-saml2auth.git@387cfc1c6a7619f670bf387384f2634516de5844 -e git+https://github.com/GSA/ckanext-spatial.git@6d83a53efa1e9ff225daf4e7a5751b98367ee7f2#egg=ckanext_spatial From f11539dc86fcbf7cb167bedbf7708f64d4dc4251 Mon Sep 17 00:00:00 2001 From: Reid Hewitt <92057378+rshewitt@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:26:01 -0700 Subject: [PATCH 2/2] bump upload artifact action --- .github/workflows/commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 12ea089d..32a70909 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -24,7 +24,7 @@ jobs: - name: test run: make test - name: cypress-artifacs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-artifacts