Skip to content

Commit

Permalink
fix upload-artifact to v4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Sep 6, 2024
1 parent 4f187a5 commit 4bd5e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
cmake -E tar cfv ../${{ matrix.config.artifact }} --format=7zip .
- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4.4.0
with:
path: ./${{ matrix.config.artifact }}
name: ${{ matrix.config.artifact }}
Expand Down

0 comments on commit 4bd5e6b

Please sign in to comment.