This is an automated email from the ASF dual-hosted git repository.
rainerjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new 10c98b699 Try using latest checkout and upload-artifect actions in the
workflow
10c98b699 is described below
commit 10c98b6997fa9c933eff43c211f67c492a7553a9
Author: rainerjung <[email protected]>
AuthorDate: Tue Jun 23 12:29:56 2026 +0200
Try using latest checkout and upload-artifect actions in the workflow
---
.github/workflows/makefile.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index 5348b16c5..3666355b5 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -26,7 +26,7 @@ jobs:
generator: "Ninja"
runs-on: windows-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
- name: Download Openssl using curl and Expand-Archive
shell: pwsh
run: |
@@ -85,7 +85,7 @@ jobs:
cd native
echo "Building for ${{ matrix.build-arch }}"
nmake -f NMAKEmakefile CPU=${{ matrix.build-arch }}
WITH_APR=C:\APR WITH_OPENSSL=C:\OPENSSL APR_DECLARE_STATIC=1 STATIC_CRT=Hybrid
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
with:
name: windows-artifact
path: native\WIN10_X64_DLL_RELEASE\tcnative-2.dll
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]