From cab58cdffe4c9eb02b1cb8c413d900174918da0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:07:27 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3.2.1 --- .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..6225b27 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@v3.2.1 with: name: PGen-${{ matrix.build }} path: target/release/${{ matrix.file }}