Skip to content

Commit

Permalink
Merge pull request #176 from BlueAndi/master
Browse files Browse the repository at this point in the history
Sync with master branch
  • Loading branch information
BlueAndi committed Sep 4, 2024
2 parents dd41056 + 984e90a commit d3b739b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
needs: [build, check, doc]
steps:
- name: Deploy release artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
path: ${{ github.workspace }}/artifacts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
needs: [build]
steps:
- name: Download release artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
path: ${{ github.workspace }}/artifacts

Expand Down

0 comments on commit d3b739b

Please sign in to comment.