From bce9097815011516a1fe427619f4bc259d5582c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 19:02:37 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.pre.preview to 3.1.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.pre.preview to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2-preview...v3.1.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c752ea..7c941e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: run: cargo build -p rendezvous-server --target ${{ matrix.target }} - name: Upload rendezvous-server binary - uses: actions/upload-artifact@v2-preview + uses: actions/upload-artifact@v3.1.2 with: name: rendezvous-server-${{ matrix.target }} path: target/${{ matrix.target }}/debug/rendezvous-server