Skip to content

Commit

Permalink
Noissue. Update download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
const8ine committed Feb 5, 2025
1 parent 0aa6159 commit da13cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: project
- name: Install SSH Key
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: project
- name: Install SSH Key
Expand Down

0 comments on commit da13cc6

Please sign in to comment.