From 7b4913e5bb9eb0044e94dd3b8aa6ecaf6c8c33e5 Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Sun, 14 Sep 2025 14:04:47 +0200 Subject: [PATCH] Update GH action artifact --- .github/workflows/Stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Stats.yml b/.github/workflows/Stats.yml index 597beaa..0b1b6a7 100644 --- a/.github/workflows/Stats.yml +++ b/.github/workflows/Stats.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run stats script env: @@ -21,7 +21,7 @@ jobs: cat ./stats.txt # Output stats to console - name: Upload stats artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: category-stats path: ./stats.txt # Path to the stats file