From b841a15240259fb743a908cc51cb02681f997e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:52:24 +0000 Subject: [PATCH] chore: bump actions/upload-artifact from 4.4.2 to 4.4.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/84480863f228bb9747b473957fcc9e309aa96097...b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog-report.yml | 2 +- .github/workflows/generate-openapi.yml | 2 +- .github/workflows/release-changelog.yml | 2 +- .github/workflows/release-spec-runner.yml | 2 +- .github/workflows/release-spec.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/changelog-report.yml b/.github/workflows/changelog-report.yml index e8aeee803f..293589628e 100644 --- a/.github/workflows/changelog-report.yml +++ b/.github/workflows/changelog-report.yml @@ -61,7 +61,7 @@ jobs: changelog_entries=$(jq --arg start_date "${START_DATE}" --arg end_date "${END_DATE}" ' map(select(.date >= $start_date and .date <= $end_date))' changelog/internal/changelog-all.json) echo "${changelog_entries}" > entries.json - name: Upload entries for debugging - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: name: changelog_entries_in_range retention-days: 1 diff --git a/.github/workflows/generate-openapi.yml b/.github/workflows/generate-openapi.yml index ef7765439b..5d24ef4d60 100644 --- a/.github/workflows/generate-openapi.yml +++ b/.github/workflows/generate-openapi.yml @@ -71,7 +71,7 @@ jobs: - name: Generate Federated Spec run: .github/scripts/generate_federated_spec.sh - name: Upload artifact - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: name: openapi-foas-${{ inputs.env }} path: | diff --git a/.github/workflows/release-changelog.yml b/.github/workflows/release-changelog.yml index 86e2ada00c..c560c7be63 100644 --- a/.github/workflows/release-changelog.yml +++ b/.github/workflows/release-changelog.yml @@ -97,7 +97,7 @@ jobs: S3_BUCKET: ${{ inputs.aws_s3_bucket }} run: ./release-scripts/generate_changelog.sh - name: Upload revision and base folders for debugging - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: name: base-revision-${{ inputs.env }} retention-days: 1 diff --git a/.github/workflows/release-spec-runner.yml b/.github/workflows/release-spec-runner.yml index e399677a0c..538bc8632f 100644 --- a/.github/workflows/release-spec-runner.yml +++ b/.github/workflows/release-spec-runner.yml @@ -37,7 +37,7 @@ jobs: # We upload the scripts in .github/scripts/* (defined only in main) so that they can be downloaded and reused # when releasing in all the branches. - name: Upload release scripts - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: name: release-scripts retention-days: 1 diff --git a/.github/workflows/release-spec.yml b/.github/workflows/release-spec.yml index 35cbb3c6ae..46fd47d75a 100644 --- a/.github/workflows/release-spec.yml +++ b/.github/workflows/release-spec.yml @@ -97,7 +97,7 @@ jobs: ref: ${{ inputs.branch }} token: ${{secrets.api_bot_pat}} - name: Upload current Specs and Changelog files - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: name: base-${{ inputs.env }} retention-days: 1