Skip to content

Commit

Permalink
Merge pull request #55 from Kevinjil/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-3.0.2

ci(deps): bump actions/download-artifact from 3.0.1 to 3.0.2
  • Loading branch information
Kevinjil authored Feb 1, 2023
2 parents 19b0b88 + c21943b commit 59a8ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- build
steps:
- name: Download Artifact
uses: actions/download-artifact@v3.0.1
uses: actions/download-artifact@v3.0.2
with:
name: build-artifact
- name: Prepare GitHub Release assets
Expand Down

0 comments on commit 59a8ed9

Please sign in to comment.