From 3f1ff22488eed98d2be141ee3fc5575d564250fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 20:06:19 -0400 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 (#388) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9180d3b..0d2d4fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,7 +144,7 @@ jobs: # Save the APK after the Build job is complete to publish it as a Github release in the next job - name: Upload APK - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: name: wgtunnel path: ${{ env.APK_PATH }}