Skip to content

Commit

Permalink
fix: upgrade upload-artifact version (#12607)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuyunfan-BUPT authored Sep 4, 2024
1 parent d71cd85 commit 38a204c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build distribution tar
run: |
mvn -Prelease-nacos -DskipTests clean install -U -e -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Upload distribution tar
with:
name: nacos
Expand Down

0 comments on commit 38a204c

Please sign in to comment.