Skip to content

Commit

Permalink
Trying upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ataradov committed Feb 13, 2024
1 parent 7e4af4a commit 5a1ac66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ls -r .
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: edbg-windows
path: edbg.exe
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
ls -r .
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: edbg-linux
path: edbg
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
ls -r .
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: edbg-macos
path: edbg
Expand Down

0 comments on commit 5a1ac66

Please sign in to comment.