From 0c8a8de7cd0fcc5487c523e034bec6c732396142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:55:48 -0500 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#9470) * 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] * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot --- .changes/unreleased/Dependencies-20240129-005734.yaml | 6 ++++++ .github/workflows/main.yml | 2 +- .github/workflows/model_performance.yml | 2 +- .github/workflows/schema-check.yml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .changes/unreleased/Dependencies-20240129-005734.yaml diff --git a/.changes/unreleased/Dependencies-20240129-005734.yaml b/.changes/unreleased/Dependencies-20240129-005734.yaml new file mode 100644 index 00000000000..908451e13e8 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240129-005734.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump actions/upload-artifact from 3 to 4" +time: 2024-01-29T00:57:34.00000Z +custom: + Author: dependabot[bot] + PR: 9470 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db9fade87f6..97cf8af2168 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -213,7 +213,7 @@ jobs: CURRENT_DATE=$(date +'%Y-%m-%dT%H_%M_%S') # no colons allowed for artifacts echo "date=$CURRENT_DATE" >> $GITHUB_OUTPUT - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: logs_${{ matrix.python-version }}_${{ matrix.os }}_${{ steps.date.outputs.date }} diff --git a/.github/workflows/model_performance.yml b/.github/workflows/model_performance.yml index f5032475787..8d238ac574e 100644 --- a/.github/workflows/model_performance.yml +++ b/.github/workflows/model_performance.yml @@ -195,7 +195,7 @@ jobs: - name: '[DEBUG] ls baseline directory after run' run: ls -R performance/baselines/ - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: baseline path: performance/baselines/${{ needs.set-variables.outputs.release_id }}/ diff --git a/.github/workflows/schema-check.yml b/.github/workflows/schema-check.yml index 1c9b9f7c7f3..18d8f1b8830 100644 --- a/.github/workflows/schema-check.yml +++ b/.github/workflows/schema-check.yml @@ -83,7 +83,7 @@ jobs: fi - name: Upload schema diff - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: 'schema_schanges.txt'