Skip to content

Commit 05f6ceb

Browse files
chore: bump actions/download-artifact from 5 to 6 (#1006)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Wojciech Trocki <[email protected]>
1 parent 03ca569 commit 05f6ceb

File tree

8 files changed

+12
-12
lines changed

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@v6
3939
- name: Download release scripts
40-
uses: actions/download-artifact@v5
40+
uses: actions/download-artifact@v6
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@v5
55+
uses: actions/download-artifact@v6
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
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install npm dependencies
5252
run: npm install
5353
- name: Download openapi-foas
54-
uses: actions/download-artifact@v5
54+
uses: actions/download-artifact@v6
5555
with:
5656
name: openapi-foas-${{ inputs.env }}
5757
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@v5
72+
uses: actions/download-artifact@v6
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@v5
79+
uses: actions/download-artifact@v6
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@v5
85+
uses: actions/download-artifact@v6
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@v5
29+
uses: actions/download-artifact@v6
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@v5
72+
uses: actions/download-artifact@v6
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
@@ -125,13 +125,13 @@ jobs:
125125
changelog/internal/changelog-all.json
126126
changelog/internal/metadata.json
127127
- name: Download openapi-foas
128-
uses: actions/download-artifact@v5
128+
uses: actions/download-artifact@v6
129129
with:
130130
name: openapi-foas-${{ inputs.env }}
131131
github-token: ${{ secrets.api_bot_pat }}
132132
run-id: ${{ github.run_id }}
133133
- name: Download release scripts
134-
uses: actions/download-artifact@v5
134+
uses: actions/download-artifact@v6
135135
with:
136136
name: release-scripts
137137
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@v5
34+
uses: actions/download-artifact@v6
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@v5
56+
uses: actions/download-artifact@v6
5757
with:
5858
name: openapi-foas-${{ inputs.env }}
5959
github-token: ${{ secrets.api_bot_pat }}

0 commit comments

Comments
 (0)