From 1a74a6198bcfe7c6ddd3a5b33095348631130420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 16:57:59 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3.1.0 to 3.1.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90de6e5..4ecf98d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - run: .github/scripts/generate-native-image-windows.sh shell: bash if: runner.os == 'Windows' - - uses: actions/upload-artifact@v3.1.0 + - uses: actions/upload-artifact@v3.1.1 with: name: launcher-${{ matrix.os }} path: artifacts/ @@ -93,7 +93,7 @@ jobs: ./mill -i "uploader-static.writeNativeImageScript" generate.sh "" && \ ./generate.sh && \ ./mill -i "uploader-static.copyToArtifacts" artifacts/ - - uses: actions/upload-artifact@v3.1.0 + - uses: actions/upload-artifact@v3.1.1 with: name: launcher-${{ matrix.os }}-static path: artifacts/ @@ -119,7 +119,7 @@ jobs: ./mill -i "uploader-mostly-static.writeNativeImageScript" generate.sh "" && \ ./generate.sh && \ ./mill -i "uploader-mostly-static.copyToArtifacts" artifacts/ - - uses: actions/upload-artifact@v3.1.0 + - uses: actions/upload-artifact@v3.1.1 with: name: launcher-${{ matrix.os }}-mostly-static path: artifacts/