Skip to content

Commit

Permalink
ci/mingw: bump upload/download-artifact and cache versions (#1066)
Browse files Browse the repository at this point in the history
* ci/mingw: bump upload/download-artifact versions

* bump cache
  • Loading branch information
sreimers authored Feb 11, 2024
1 parent c26e885 commit 1614cc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
path: baresip-win32/re

- uses: actions/cache@v2
- uses: actions/cache@v4
id: openssl
with:
path: baresip-win32/openssl
Expand All @@ -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/pr-dependency-action@v0.6
with:
name: re
Expand Down

0 comments on commit 1614cc3

Please sign in to comment.