From fcc1c1e7a193296d968785fc3182daddd591378d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:48:19 -0500 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#503) 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 eb02bb5..a2d53dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -174,7 +174,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.3 + uses: actions/upload-artifact@v4.5.0 with: name: wgtunnel path: ${{ env.APK_PATH }}