Skip to content

Commit

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

ci(deps): bump actions/download-artifact from 3.0.0 to 3.0.1
  • Loading branch information
Kevinjil authored Nov 1, 2022
2 parents 5b2ac0a + be7895e commit 1a917bf
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.0
uses: actions/download-artifact@v3.0.1
with:
name: build-artifact
- name: Prepare GitHub Release assets
Expand Down

0 comments on commit 1a917bf

Please sign in to comment.