From 4f04196e67ee53c9e9a31a5437ce48eb4e2d4340 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 24 Jan 2024 09:38:15 +0000
Subject: [PATCH] Bump actions/upload-artifact from 2.3.1 to 4.3.0

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 4.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.3.1...v4.3.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 431f71ff..e0537be5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
           trap "go-junit-report < go-test.out > go-test-report.xml" EXIT
           make testacc | tee go-test.out
       - name: Upload test results
-        uses: actions/upload-artifact@v2.3.1
+        uses: actions/upload-artifact@v4.3.0
         with:
           name: acc-test-results.xml
           path: go-test-report.xml