This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-site.git
The following commit(s) were added to refs/heads/main by this push:
new d2f96a4b Update actions in `update-stats.yaml`
d2f96a4b is described below
commit d2f96a4b4879a88639a605f3d7f5f6cc82c53256
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Feb 3 12:22:12 2025 +0100
Update actions in `update-stats.yaml`
This fixes workflow run failures due to backward
incompatible deprecations[1] by GitHub.
[1]
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions
---
.github/workflows/update-stats.yaml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/update-stats.yaml
b/.github/workflows/update-stats.yaml
index 61e16118..af1bea38 100644
--- a/.github/workflows/update-stats.yaml
+++ b/.github/workflows/update-stats.yaml
@@ -85,7 +85,7 @@ jobs:
steps:
- name: Checkout the repository
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #
4.0.0
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
4.2.2
with:
repository: ${{ env.REPO_NAME }}
ref: ${{ env.REPO_BRANCH }}
@@ -125,7 +125,7 @@ jobs:
esac
- name: Upload statistics
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
# 3.1.3
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
# 4.6.0
with:
name: ${{ env.PROJ_ID }}-${{ env.REPO_BRANCH }}-${{
env.DATA_FILEPATH }}
path: ${{ env.DATA_FILEPATH }}
@@ -148,7 +148,7 @@ jobs:
# Though we use `actions/setup-java` everywhere for that purpose, and it
simply works.
# Plus, it has several security enhancements; cleanup steps for removing
the private key file and the imported keychain, etc.
- name: Set up GPG
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 #
3.7.0
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 #
4.7.0
with:
distribution: temurin
java-version: 17
@@ -157,7 +157,7 @@ jobs:
gpg-private-key: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
- name: Checkout the repository
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #
4.0.0
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #
4.2.2
with:
ref: activity-monitor
@@ -169,7 +169,7 @@ jobs:
git config user.email [email protected]
- name: Download statistics
- uses:
actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # 3.0.2
+ uses:
actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
with:
path: ${{ env.DOWNLOAD_DIR }}