From 03de019fb9f97c3918d513f02c208a363c1d1e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 23:04:35 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/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) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 4 ++-- .github/workflows/PR-build.yml | 2 +- .github/workflows/perf.yml | 2 +- .github/workflows/rollback.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 076abe9d9a..7ad5667c7a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -193,7 +193,7 @@ jobs: # upload the binaries to artifact as well because cache@v3 hasn't support windows - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: binary_artifacts path: build @@ -262,7 +262,7 @@ jobs: } Write-Output "Valid signature found from the package" - name: Upload the msi - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: msi_artifacts path: "${{ env.PACKAGING_ROOT }}" diff --git a/.github/workflows/PR-build.yml b/.github/workflows/PR-build.yml index 04c4ebc709..2b3565dbdd 100644 --- a/.github/workflows/PR-build.yml +++ b/.github/workflows/PR-build.yml @@ -179,7 +179,7 @@ jobs: # upload the binaries to artifact as well because cache@v2 hasn't support windows - name: Upload if: ${{ needs.changes.outputs.changed == 'true' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: binary_artifacts path: build diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 3e1ad10f18..94f673cc53 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -190,7 +190,7 @@ jobs: cd testing-framework/terraform/performance && terraform init && terraform apply -auto-approve -lock=false -var="data_rate=${{ matrix.data_rate }}" -var="commit_id=${{ needs.get-testing-version.outputs.commit_id }}" $opts -var="aoc_version=${{ needs.get-testing-version.outputs.testing_version }}" -var="testcase=../testcases/${{ matrix.testcase }}" -var="testing_ami=${{ matrix.testing_ami }}" -var="ssh_key_name=aoc-ssh-key-2022-09-13" -var="sshkey_s3_bucket=aoc-ssh-key" -var="sshkey_s3_private_key=aoc-ssh-key-2022-09-13.txt" - name: Upload the performance model as an artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "performance-model-${{ matrix.testcase }}-${{ matrix.data_rate }}-${{ matrix.testing_ami }}" path: testing-framework/terraform/performance/output/performance.json diff --git a/.github/workflows/rollback.yml b/.github/workflows/rollback.yml index d3e7a8588c..5ecd34271a 100644 --- a/.github/workflows/rollback.yml +++ b/.github/workflows/rollback.yml @@ -174,7 +174,7 @@ jobs: fi done - name: Upload versions artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.type }}-versions path: ${{ env.SSM_ARTIFACT_ROOT }}