diff options
| author | Christian Cleberg <[email protected]> | 2026-03-13 16:40:12 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-13 16:40:12 -0500 |
| commit | 31f278130078150612f9cbd17953854c6dec58b7 (patch) | |
| tree | 1cf87fdf431c02abaeb25a7f4c8d75626af7a29c | |
| parent | 22a0559513aa492ef391079a3e71173d35500cfc (diff) | |
| download | cleberg.net-31f278130078150612f9cbd17953854c6dec58b7.tar.gz cleberg.net-31f278130078150612f9cbd17953854c6dec58b7.tar.bz2 cleberg.net-31f278130078150612f9cbd17953854c6dec58b7.zip | |
update github actions
| -rw-r--r-- | .github/workflows/deploy.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 310b432..27edbc7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run Build env: @@ -31,7 +31,7 @@ jobs: uv run build.py - name: Upload Build Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: build-output path: ${{ github.workspace }}/.build/ @@ -46,10 +46,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Download Build Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: build-output path: ${{ github.workspace }}/.build/ |
