Skip to content

Commit d0fa813

Browse files
chore(deps): Bump actions/upload-artifact from 4 to 5 (#908)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f8c754 commit d0fa813

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/_reusable_pr-validate-references.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: List the content of the generated site
6969
uses: ./.github/actions/log-built-site-details
7070
- name: Archive site
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v5
7272
with:
7373
name: site-reference-validation-pr-${{github.event.pull_request.number}}-${{github.sha}}
7474
path: build/site

.github/workflows/_reusable_surge-build-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ jobs:
8282
- name: List the content of the generated site
8383
uses: ./.github/actions/log-built-site-details
8484
- name: Upload Antora playbook
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@v5
8686
with:
8787
name: antora-playbook-content-for-preview.yml
8888
path: antora-playbook-content-for-preview.yml
8989
- name: Upload site preview
90-
uses: actions/upload-artifact@v4
90+
uses: actions/upload-artifact@v5
9191
with:
9292
name: site # must be kept in sync with the artifact name downloaded in the deployment stage
9393
path: build/site

.github/workflows/_reusable_surge-deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Provide a way to investigate what we try to deploy to surge
2626
# See https://github.com/bonitasoft/bonita-documentation-site/issues/741
2727
- name: Archive preview
28-
uses: actions/upload-artifact@v4
28+
uses: actions/upload-artifact@v5
2929
with:
3030
name: preview
3131
path: build/site

.github/workflows/check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
node scripts/remove-generated-dependencies-pages.cjs
4343
- name: Upload site used for links check
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: check-links-site-${{github.sha}}
4747
path: build/site
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Upload links analysis
7070
if: always()
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v5
7272
with:
7373
name: check-links-analysis-${{ github.sha }}
7474
path: scripts/htmltest/config

.github/workflows/generate-static-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
token: ${{ secrets.GH_TOKEN_DOC_TRIGGER_WF }}
6060
- name: archives-artefact
6161
if: (github.event.inputs.newRelease != 'true')
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v5
6363
with:
6464
name: documentation-${{ github.event.inputs.component }}-${{ github.event.inputs.branch }}
6565
path: build/site

.github/workflows/surge-deploy-pr-preview-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Provide a way to investigate what we try to deploy to surge
2727
# See https://github.com/bonitasoft/bonita-documentation-site/issues/741
2828
- name: Archive preview
29-
uses: actions/upload-artifact@v4
29+
uses: actions/upload-artifact@v5
3030
with:
3131
name: preview
3232
path: build/site

0 commit comments

Comments
 (0)