From 3984a702bcf2cdef4a79e4c3db213af89f483612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:04:21 +0000 Subject: [PATCH] Actions(deps): Bump actions/upload-artifact from 3.1.0 to 3.1.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/linux.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index fe99140..e212db6 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -62,7 +62,7 @@ jobs: find ROOT/ -not -type d | sort | xargs ls -l - name: Store coverage HTML report - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3.1.2 with: name: omemo_coverage_shared_${{ matrix.BUILD_SHARED_LIBS }} path: build/coverage*.html diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 30b83a5..d263955 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -68,7 +68,7 @@ jobs: find ROOT/ -not -type d | sort | xargs ls -l - name: Store Windows binaries - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3.1.2 with: name: omemo_win32bin_shared_${{ matrix.BUILD_SHARED_LIBS }} path: |