Skip to content

Commit

Permalink
fix: update actions/download-artifact v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lichenggang committed Feb 5, 2025
1 parent 1f55dea commit a3fb392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/02-integration-output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:

- name: download integration detail
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: integration-archive-${{ github.event.number }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-project-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
core.setOutput('app_token', token)
- name: Download integration files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: integration-archive-${{ github.event.number }}

Expand Down

0 comments on commit a3fb392

Please sign in to comment.