mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 00:55:31 +00:00
Update GH action artifact
This commit is contained in:
4
.github/workflows/Stats.yml
vendored
4
.github/workflows/Stats.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run stats script
|
- name: Run stats script
|
||||||
env:
|
env:
|
||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
cat ./stats.txt # Output stats to console
|
cat ./stats.txt # Output stats to console
|
||||||
|
|
||||||
- name: Upload stats artifact
|
- name: Upload stats artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: category-stats
|
name: category-stats
|
||||||
path: ./stats.txt # Path to the stats file
|
path: ./stats.txt # Path to the stats file
|
||||||
|
|||||||
Reference in New Issue
Block a user