Skip to content

Commit c13f3e1

Browse files
chore: bump actions/upload-artifact from 4.6.2 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9311afa commit c13f3e1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/changelog-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
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)
6262
echo "${changelog_entries}" > entries.json
6363
- name: Upload entries for debugging
64-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
64+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
6565
with:
6666
name: changelog_entries_in_range
6767
retention-days: 1

.github/workflows/generate-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Generate Federated Spec
7575
run: .github/scripts/generate_federated_spec.sh
7676
- name: Upload artifact
77-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
77+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
7878
with:
7979
name: openapi-foas-${{ inputs.env }}
8080
path: |

.github/workflows/release-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
S3_BUCKET: ${{ inputs.aws_s3_bucket }}
103103
run: ./release-scripts/generate_changelog.sh
104104
- name: Upload revision and base folders for debugging
105-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
105+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
106106
with:
107107
name: base-revision-${{ inputs.env }}
108108
retention-days: 1

.github/workflows/release-spec-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# We upload the scripts in .github/scripts/* (defined only in main) so that they can be downloaded and reused
3939
# when releasing in all the branches.
4040
- name: Upload release scripts
41-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
41+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
4242
with:
4343
name: release-scripts
4444
retention-days: 1

.github/workflows/release-spec-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
sudo snap install yq
5858
yq -P '.' v1.json > v1.yaml
5959
- name: Upload artifact
60-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
60+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
6161
with:
6262
name: openapi-v1-${{ inputs.env }}
6363
path: |

.github/workflows/release-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
ref: ${{ inputs.branch }}
116116
token: ${{secrets.api_bot_pat}}
117117
- name: Upload current Specs and Changelog files
118-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
118+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
119119
with:
120120
name: base-${{ inputs.env }}
121121
retention-days: 1

0 commit comments

Comments
 (0)