From ebf2d0aa721d4745981df30dad4fa43f58452d51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 19:34:03 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43daa04..6835f45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - name: Strip files run: strip target/release/${{ matrix.file }} - - uses: actions/upload-artifact@v3.1.2 + - uses: actions/upload-artifact@v4.6.2 with: name: PGen-${{ matrix.build }} path: target/release/${{ matrix.file }}