Skip to content

Commit

Permalink
Merge pull request #1 from necusjz/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/actions/download-artifact-4.1.7

build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
necusjz authored Sep 4, 2024
2 parents b363a01 + 68188ff commit 30433ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Download package distribution files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: package
path: dist
Expand Down

0 comments on commit 30433ca

Please sign in to comment.