updated upload-artifacts action
Some checks are pending
Run tests / test-runner (push) Waiting to run

This commit is contained in:
Jan Prochazka 2024-09-12 16:13:52 +02:00
parent e5079f6dbf
commit 2728d60422
3 changed files with 3 additions and 3 deletions

View File

@ -138,7 +138,7 @@ jobs:
rm artifacts/builder-debug.yml
- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: artifacts

View File

@ -141,7 +141,7 @@ jobs:
rm artifacts/builder-debug.yml
- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: artifacts

View File

@ -144,7 +144,7 @@ jobs:
mv app/dist/dbgate-pad.xml artifacts/ || true
- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: artifacts