From 021ab2a92000280aadd3fea40d9ae73016536024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jun 2022 19:19:13 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2 to 3 (#1379) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andy Holmes <1265208+andyholmes@users.noreply.github.com> --- .github/workflows/gnome-3-36.yml | 4 ++-- .github/workflows/gnome-3-38.yml | 4 ++-- .github/workflows/main.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gnome-3-36.yml b/.github/workflows/gnome-3-36.yml index 631831fd0..56c9c5dd8 100644 --- a/.github/workflows/gnome-3-36.yml +++ b/.github/workflows/gnome-3-36.yml @@ -34,7 +34,7 @@ jobs: - name: Upload Test Logs if: ${{ always() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: test-logs path: _build/meson-logs @@ -44,7 +44,7 @@ jobs: ninja -C _build make-zip - name: Upload Test Build - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: test-build path: _build/gsconnect@andyholmes.github.io.zip diff --git a/.github/workflows/gnome-3-38.yml b/.github/workflows/gnome-3-38.yml index d5f9b6ede..61fa79cfe 100644 --- a/.github/workflows/gnome-3-38.yml +++ b/.github/workflows/gnome-3-38.yml @@ -34,7 +34,7 @@ jobs: - name: Upload Test Logs if: ${{ always() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: test-logs path: _build/meson-logs @@ -44,7 +44,7 @@ jobs: ninja -C _build make-zip - name: Upload Test Build - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: test-build path: _build/gsconnect@andyholmes.github.io.zip diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a6f59b0d..bb51df519 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: - name: Upload Test Logs if: ${{ always() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: test-logs path: _build/meson-logs @@ -47,7 +47,7 @@ jobs: ninja -C _build make-zip - name: Upload Test Build - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: test-build path: _build/gsconnect@andyholmes.github.io.zip