From 564299cc883d7ba0fc94dfd6852756ac69bbb751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 16:02:11 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2 to 3.1.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ced0174733..e3649767d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -130,7 +130,7 @@ jobs: - name: Build docs run: make doc - name: Upload docs artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3.1.0 with: name: docs-html path: docs/_build/html/ @@ -157,7 +157,7 @@ jobs: - name: Run lint run: make lint - name: Upload collection artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3.1.0 with: name: collection path: theforeman-foreman-*.tar.gz