This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git


The following commit(s) were added to refs/heads/2.3-gae by this push:
     new 6d73c193 Github actions: Updated from unsupported 
actions/upload-artifact version
6d73c193 is described below

commit 6d73c193401d5df60b560850ecdad81804d0ae61
Author: ddekany <[email protected]>
AuthorDate: Thu Sep 19 11:30:21 2024 +0200

    Github actions: Updated from unsupported actions/upload-artifact version
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0f7ae19a..2a6e5cf9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
         id: build_step
         run: './gradlew "-Pfreemarker.signMethod=none" 
"-Pfreemarker.allowUnsignedReleaseBuild=true" --continue clean build'
       - name: Upload Failed Report
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         if: failure() && steps.build_step.outcome == 'failure'
         with:
           name: test-reports-${{ matrix.os }}

Reply via email to