From ae86871959f564a61f98b5c3b194f9909b0ae2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 16:27:14 +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 bbc98e838..74f49c6b9 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 55d312571..06a9484b6 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 20708165e..49be7cfe5 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 d3e7a8588..5ecd34271 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 }}