Skip to content

Commit

Permalink
ci/mingw: bump upload/download-artifact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Feb 9, 2024
1 parent c26e885 commit dd52314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
cd baresip-win32 && make retest
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: retest-exe
path: baresip-win32/re/build/test/retest.exe
Expand All @@ -62,7 +62,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
- uses: sreimers/[email protected]
with:
name: re
Expand Down

0 comments on commit dd52314

Please sign in to comment.