From f97b3c0e4526dc17c059880c1f8be5938386ef30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:48:19 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 1ada74d5..3610c73e 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -97,7 +97,7 @@ jobs: su ubuntu -c "tox -vve integration" - name: Archive juju crashdump if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: juju-crashdump path: juju-crashdump-*.tar.xz