Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarbjorntvedt authored Sep 4, 2024
1 parent a1840b3 commit 45c7f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

steps:
- name: download artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: artifact

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: download artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: artifact

Expand Down

0 comments on commit 45c7f5f

Please sign in to comment.