From 04a3642919b82dee21c4868c22fb2b21e344c2f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:52:06 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 21cd15f35..b77aafe25 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -112,7 +112,7 @@ jobs: namcapDisable: true - name: Upload Package Archive - uses: actions/upload-artifact@v4.1.0 + uses: actions/upload-artifact@v4.2.0 with: name: easyeffects-archlinux-${{ needs.prepare.outputs.github_commit_desc }}-x86_64 path: ${{ steps.makepkg.outputs.pkgfile0 }}