Skip to content

Commit 71580b3

Browse files
chore: bump actions/download-artifact from 4 to 5 (#886)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a961c1f commit 71580b3

8 files changed

+12
-12
lines changed

.github/workflows/generate-bump-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Node
3838
uses: actions/setup-node@v4
3939
- name: Download release scripts
40-
uses: actions/download-artifact@v4
40+
uses: actions/download-artifact@v5
4141
with:
4242
name: release-scripts
4343
github-token: ${{ secrets.api_bot_pat }}

.github/workflows/generate-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "$(pwd)/bin" >> "${GITHUB_PATH}"
5353
popd
5454
- name: Download release scripts
55-
uses: actions/download-artifact@v4
55+
uses: actions/download-artifact@v5
5656
with:
5757
name: release-scripts
5858
github-token: ${{ secrets.api_bot_pat }}

.github/workflows/optional-spec-validations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install npm dependencies
3535
run: npm install
3636
- name: Download openapi-foas
37-
uses: actions/download-artifact@v4
37+
uses: actions/download-artifact@v5
3838
with:
3939
name: openapi-foas-${{ inputs.env }}
4040
github-token: ${{ secrets.api_bot_pat }}

.github/workflows/release-changelog.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,20 @@ jobs:
6969
echo "$(pwd)/bin" >> "${GITHUB_PATH}"
7070
popd
7171
- name: Download base folder
72-
uses: actions/download-artifact@v4
72+
uses: actions/download-artifact@v5
7373
with:
7474
name: base-${{ inputs.env }}
7575
path: changelog/base
7676
github-token: ${{ secrets.api_bot_pat }}
7777
run-id: ${{ github.run_id }}
7878
- name: Download metadata files
79-
uses: actions/download-artifact@v4
79+
uses: actions/download-artifact@v5
8080
with:
8181
name: openapi-foas-${{ inputs.env }}
8282
github-token: ${{ secrets.api_bot_pat }}
8383
run-id: ${{ github.run_id }}
8484
- name: Download release scripts
85-
uses: actions/download-artifact@v4
85+
uses: actions/download-artifact@v5
8686
with:
8787
name: release-scripts
8888
github-token: ${{ secrets.api_bot_pat }}

.github/workflows/release-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ref: ${{ inputs.branch }}
2727
token: ${{secrets.api_bot_pat}}
2828
- name: Download release scripts
29-
uses: actions/download-artifact@v4
29+
uses: actions/download-artifact@v5
3030
with:
3131
name: release-scripts
3232
github-token: ${{ secrets.api_bot_pat }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
ref: ${{ inputs.branch }}
7070
token: ${{secrets.api_bot_pat}}
7171
- name: Download artifact
72-
uses: actions/download-artifact@v4
72+
uses: actions/download-artifact@v5
7373
with:
7474
name: openapi-v1-${{ inputs.env }}
7575
github-token: ${{ secrets.api_bot_pat }}

.github/workflows/release-spec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ jobs:
124124
changelog/internal/changelog-all.json
125125
changelog/internal/metadata.json
126126
- name: Download openapi-foas
127-
uses: actions/download-artifact@v4
127+
uses: actions/download-artifact@v5
128128
with:
129129
name: openapi-foas-${{ inputs.env }}
130130
github-token: ${{ secrets.api_bot_pat }}
131131
run-id: ${{ github.run_id }}
132132
- name: Download release scripts
133-
uses: actions/download-artifact@v4
133+
uses: actions/download-artifact@v5
134134
with:
135135
name: release-scripts
136136
github-token: ${{ secrets.api_bot_pat }}

.github/workflows/required-spec-validations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install npm dependencies
3232
run: npm install
3333
- name: Download openapi-foas
34-
uses: actions/download-artifact@v4
34+
uses: actions/download-artifact@v5
3535
with:
3636
name: openapi-foas-${{ inputs.env }}
3737
github-token: ${{ secrets.api_bot_pat }}
@@ -53,7 +53,7 @@ jobs:
5353
token: ${{ secrets.api_bot_pat }}
5454
path: 'atlas-sdk-go'
5555
- name: Download openapi-foas
56-
uses: actions/download-artifact@v4
56+
uses: actions/download-artifact@v5
5757
with:
5858
name: openapi-foas-${{ inputs.env }}
5959
github-token: ${{ secrets.api_bot_pat }}

0 commit comments

Comments
 (0)