From 41bfebbdcde47e85f402a14a72b9e2a4d4dbe9fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 19:08:26 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.pre.preview to 3.1.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.pre.preview to 3.1.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2-preview...v3.1.1) --- 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..eb0de33 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.1 with: name: rendezvous-server-${{ matrix.target }} path: target/${{ matrix.target }}/debug/rendezvous-server