Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Apr 18, 2024
1 parent cc5b160 commit 4aac634
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,9 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
with:
name: |
*
- uses: actions/download-artifact@v4
- name: Display structure of downloaded files
run: ls -R
# - name: Download artifacts
# uses: actions/download-artifact@v2
# with:
Expand Down

0 comments on commit 4aac634

Please sign in to comment.