fix workflow

This commit is contained in:
lollerfirst
2025-08-24 15:27:42 +02:00
parent e706e2893a
commit 7c31163d0e
+2 -2
View File
@@ -24,7 +24,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: '3.x' python-version: '3.x'
@@ -66,7 +66,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload relay data as artifacts - name: Upload relay data as artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: relay-data-${{ github.run_number }} name: relay-data-${{ github.run_number }}
path: | path: |