Skip to content

Commit 3b42b8d

Browse files
chore: bump actions/upload-artifact from 4.4.0 to 4.4.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...8448086) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2bde81b commit 3b42b8d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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@50769540e7f4bd5e21e526ee35c689e35e0d6874
64+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
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
@@ -71,7 +71,7 @@ jobs:
7171
- name: Generate Federated Spec
7272
run: .github/scripts/generate_federated_spec.sh
7373
- name: Upload artifact
74-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
74+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
7575
with:
7676
name: openapi-foas-${{ inputs.env }}
7777
path: |

.github/workflows/release-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
S3_BUCKET: ${{ inputs.aws_s3_bucket }}
9898
run: ./release-scripts/generate_changelog.sh
9999
- name: Upload revision and base folders for debugging
100-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
100+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
101101
with:
102102
name: base-revision-${{ inputs.env }}
103103
retention-days: 1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# We upload the scripts in .github/scripts/* (defined only in main) so that they can be downloaded and reused
3838
# when releasing in all the branches.
3939
- name: Upload release scripts
40-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
40+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
4141
with:
4242
name: release-scripts
4343
retention-days: 1

.github/workflows/release-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
ref: ${{ inputs.branch }}
9898
token: ${{secrets.api_bot_pat}}
9999
- name: Upload current Specs and Changelog files
100-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
100+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
101101
with:
102102
name: base-${{ inputs.env }}
103103
retention-days: 1

0 commit comments

Comments
 (0)