Skip to content

Commit d4fc5af

Browse files
chore(gha): bump actions/download-artifact from 4 to 7 (#442)
1 parent 48d17bb commit d4fc5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release-create-gh-release_Examples_repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "TAG=${GITHUB_REF_NAME}" >> $GITHUB_ENV
5353
5454
- name: Download examples artifact
55-
uses: actions/download-artifact@v4
55+
uses: actions/download-artifact@v7
5656
with:
5757
name: maxgraph_${{ env.VERSION }}_examples.zip
5858
path: artifacts/examples

0 commit comments

Comments
 (0)