From 604d0bbde2cc81bbde4eed83b494a0c570c376d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:44:17 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d52484..f368bd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,19 +31,19 @@ jobs: - uses: actions/checkout@v3 - name: Download built plugin (Windows) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: built-plugin-windows path: built-plugin-windows/plugins/XPanel/64/ - name: Download built plugin (Linux) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: built-plugin-linux path: built-plugin-linux/plugins/XPanel/64/ - name: Download docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: docs path: doc/