ci: update GitHub Actions runtime actions

This commit is contained in:
Bohdan Triapitsyn
2026-05-26 18:30:48 +03:00
parent becd240168
commit 00b654085a
8 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ jobs:
archive_name: ${{ steps.archive.outputs.archive_name }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup bun
uses: oven-sh/setup-bun@v2
@@ -43,7 +43,7 @@ jobs:
echo "archive_name=${ARCHIVE_NAME}" >> "$GITHUB_OUTPUT"
- name: Upload workflow artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: docs-source
path: artifacts/${{ steps.archive.outputs.archive_name }}