From 363e644af8541feea320bdc00504fe9ccdab42ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 22:30:09 +0000 Subject: [PATCH] Bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [actions/download-artifact](https://github.com/actions/download-artifact), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/cache](https://github.com/actions/cache). Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/snapshoty.yml | 4 ++-- .github/workflows/test-linux.yml | 2 +- .github/workflows/test-windows-iis.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/snapshoty.yml b/.github/workflows/snapshoty.yml index 1c16b5d93..5e8c4d4c8 100644 --- a/.github/workflows/snapshoty.yml +++ b/.github/workflows/snapshoty.yml @@ -17,12 +17,12 @@ jobs: # used by opbeans .NET to reference the on commit nuget packages # TODO: update opbeans to use our feedz.io packages - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: snapshoty-linux path: build/output - # - uses: actions/download-artifact@v3 + # - uses: actions/download-artifact@v4 # with: # name: snapshoty-windows # path: build/output diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 98c8501b8..db4d78d97 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -41,7 +41,7 @@ jobs: - name: Package run: ./build.sh pack - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: github.event_name == 'push' && startswith(github.ref, 'refs/heads') with: name: snapshoty-linux diff --git a/.github/workflows/test-windows-iis.yml b/.github/workflows/test-windows-iis.yml index 864bf48b2..07e7eba6c 100644 --- a/.github/workflows/test-windows-iis.yml +++ b/.github/workflows/test-windows-iis.yml @@ -42,7 +42,7 @@ jobs: - name: Bootstrap Action Workspace uses: ./.github/workflows/bootstrap - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.[cf]sproj*') }} @@ -96,7 +96,7 @@ jobs: - name: Store test results if: success() || failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results-iis path: build/output/junit-*.xml \ No newline at end of file