From 999aa11ca222bda7f37844e06e6edbd6fe531aa6 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 6 Jan 2023 16:00:57 +0000
Subject: [PATCH] Bump actions/upload-artifact from 3.1.1 to 3.1.2

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3.1.1...v3.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/build.yml       | 2 +-
 .github/workflows/mega-linter.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c962298f..c8691e29 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -83,7 +83,7 @@ jobs:
               run: |
                   sphinx-build docs docs/_build
             - name: Upload documentation
-              uses: actions/upload-artifact@v3.1.1
+              uses: actions/upload-artifact@v3.1.2
               with:
                   name: docs
                   path: docs/_build
diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml
index e2b8f63d..b5e9bb3a 100644
--- a/.github/workflows/mega-linter.yml
+++ b/.github/workflows/mega-linter.yml
@@ -49,7 +49,7 @@ jobs:
       # Upload MegaLinter artifacts
       - name: "Archive production artifacts"
         if: ${{ success() }} || ${{ failure() }}
-        uses: actions/upload-artifact@v3.1.1
+        uses: actions/upload-artifact@v3.1.2
         with:
           name: MegaLinter reports
           path: |