diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 409738c4..6f9ddcf8 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -28,7 +28,7 @@ jobs: - name: sanitize branch name id: name run: echo ::set-output name=ARTIFACT_NAME::$(echo ${{ github.head_ref }} | tr "/" "_") - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: path: editor retention-days: 7