Skip to content

Commit c49596f

Browse files
authored
Merge pull request #924 from gradientedge/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 5 to 6
2 parents 02643fb + 3be20f6 commit c49596f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
./node_modules
9898
./app/api-destined-function/node_modules
9999
key: ${{ runner.os }}-${{ github.ref }}-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
100-
- uses: actions/download-artifact@v5
100+
- uses: actions/download-artifact@v6
101101
with:
102102
name: docs-artifact
103103
path: ./api-docs/

0 commit comments

Comments
 (0)