From 8edcc311a667a10a0ef50cd0e6cc752787089242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:29:22 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.4.0 to 4.4.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.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/auto-review-prepare.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/preview-close.yml | 2 +- .github/workflows/preview-prepare.yml | 2 +- .github/workflows/proxy.yml | 2 +- .github/workflows/server.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto-review-prepare.yml b/.github/workflows/auto-review-prepare.yml index 20d979e9..d4400461 100644 --- a/.github/workflows/auto-review-prepare.yml +++ b/.github/workflows/auto-review-prepare.yml @@ -21,7 +21,7 @@ jobs: - name: Create artifact folder run: mkdir -p pr_diff && mv pr_number.txt pr_files_diff.txt pr_diff/ - name: Upload PR details as artifact - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: pr-diff retention-days: 1 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 013ad08b..dc32a5ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: STAGING: 1 - name: Upload web assets if: github.ref == 'refs/heads/main' - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: web-client-assets-${{ github.sha }} retention-days: 1 diff --git a/.github/workflows/preview-close.yml b/.github/workflows/preview-close.yml index 7cfcf64f..9ce2081a 100644 --- a/.github/workflows/preview-close.yml +++ b/.github/workflows/preview-close.yml @@ -23,7 +23,7 @@ jobs: - name: Save PR number run: echo "${{ github.event.pull_request.number }}" > ./preview-id - name: Save data for another workflow - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: preview-id retention-days: 1 diff --git a/.github/workflows/preview-prepare.yml b/.github/workflows/preview-prepare.yml index 236d7c61..60af4b15 100644 --- a/.github/workflows/preview-prepare.yml +++ b/.github/workflows/preview-prepare.yml @@ -35,7 +35,7 @@ jobs: - name: Create archive to keep symlinks run: tar -cf server.tar server/dist/ - name: Save server for deploy - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: preview-server retention-days: 1 diff --git a/.github/workflows/proxy.yml b/.github/workflows/proxy.yml index cca43963..347bcf8b 100644 --- a/.github/workflows/proxy.yml +++ b/.github/workflows/proxy.yml @@ -55,7 +55,7 @@ jobs: - name: Create archive to keep symlinks run: tar -cf proxy.tar proxy/dist/ - name: Upload proxy build - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: proxy-build-${{ github.sha }} retention-days: 1 diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 5f27be8f..fdf6c9a4 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -52,7 +52,7 @@ jobs: - name: Create archive to keep symlinks run: tar -cf server.tar server/dist/ - name: Upload server build - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.1 with: name: server-build-${{ github.sha }} retention-days: 1