chore(deps): update [github actions] update dependencies

This commit is contained in:
renovate[bot]
2026-03-18 16:33:20 +00:00
committed by GitHub
parent f16ef2ef56
commit 58d256a605
9 changed files with 29 additions and 29 deletions

View File

@@ -67,7 +67,7 @@ jobs:
# Start the server and measure memory usage
node packages/backend/scripts/measure-memory.mjs > ${{ matrix.memory-json-name }}
- name: Upload Artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: memory-artifact-${{ matrix.memory-json-name }}
path: ${{ matrix.memory-json-name }}
@@ -81,7 +81,7 @@ jobs:
PR_NUMBER: ${{ github.event.number }}
run: |
echo "$PR_NUMBER" > ./pr_number
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: memory-artifact-pr-number
path: pr_number