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