Skip to content

Commit ec89da5

Browse files
chore(deps): update github artifact actions
1 parent 0e12cae commit ec89da5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-documentation-docgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "SHA=${GITHUB_SHA}" >> $GITHUB_OUTPUT
6666
echo "ARTIFACT_ID=$(uuidgen)" >> $GITHUB_OUTPUT
6767
- name: Upload Documentation Artifacts
68-
uses: actions/upload-artifact@v5
68+
uses: actions/upload-artifact@v6
6969
with:
7070
name: ${{ steps.env.outputs.ARTIFACT_ID }}
7171
path: ${{ inputs.mono-repo == true && 'packages/*/docs/api.json' || 'docs/api.json' }}

.github/workflows/reusable-documentation-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
node-version: ${{ inputs.node-version }}
6767
- name: Download Documentation Artifacts
68-
uses: actions/download-artifact@v6
68+
uses: actions/download-artifact@v7
6969
with:
7070
name: ${{ inputs.artifact-id}}
7171
path: docs

0 commit comments

Comments
 (0)