From 20dfaed8ded536a5b6647e04c7706a4e6f565704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 13:47:56 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.2.0...v4.3.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/pre-release.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 3d633c5..14eee9a 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -59,7 +59,7 @@ jobs: echo "VERSION_CODE=$version_code" >> $GITHUB_ENV # 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.2.0 + uses: actions/upload-artifact@v4.3.0 with: name: wgtunnel path: ${{ steps.apk-path.outputs.path }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54ecf20..062daf1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: echo "VERSION_CODE=$version_code" >> $GITHUB_ENV # 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.2.0 + uses: actions/upload-artifact@v4.3.0 with: name: wgtunnel path: ${{ steps.apk-path.outputs.path }}