Skip to content

Commit

Permalink
CI: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 authored Oct 12, 2024
1 parent 274530b commit 5f444e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
docker build . -t wslbridge2
docker run --rm wslbridge2 tar -cf - -C /build/bin wslbridge2-backend | tar -xvf -
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wslbridge2-backend
path: wslbridge2-backend
Expand All @@ -42,7 +42,7 @@ jobs:
run: |
make RELEASE=1
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wslbridge2-msys2
path: bin/wslbridge2.exe
Expand All @@ -65,7 +65,7 @@ jobs:
run: |
make RELEASE=1
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wslbridge2-cygwin
path: bin/wslbridge2.exe

0 comments on commit 5f444e6

Please sign in to comment.