Skip to content

Commit

Permalink
Merge pull request #63 from jontze/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…download-artifact-4

chore(deps): Bump actions/download-artifact from 3 to 4
  • Loading branch information
jontze authored Dec 15, 2023
2 parents 6efd77d + 49be54c commit a2d69bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Get Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Create Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit a2d69bb

Please sign in to comment.